summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-04-29 19:49:34 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2010-04-29 19:49:34 -0700
commite97e7120eb24800cf8eb62c7da07b161cc2a8c73 (patch)
treeb48bf7a1f1e8192c5e3cb4e1289adc7a378c2d8d /fs/xfs/xfs_mount.h
parentfed0a9c644c7872f5bcaeb87a71103aef8e96761 (diff)
parent9bf729c0af67897ea8498ce17c29b0683f7f2028 (diff)
downloadop-kernel-dev-e97e7120eb24800cf8eb62c7da07b161cc2a8c73.zip
op-kernel-dev-e97e7120eb24800cf8eb62c7da07b161cc2a8c73.tar.gz
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
* 'for-linus' of git://oss.sgi.com/xfs/xfs: xfs: add a shrinker to background inode reclaim
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r--fs/xfs/xfs_mount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h
index 4fa0bc7..9ff48a16 100644
--- a/fs/xfs/xfs_mount.h
+++ b/fs/xfs/xfs_mount.h
@@ -259,6 +259,7 @@ typedef struct xfs_mount {
wait_queue_head_t m_wait_single_sync_task;
__int64_t m_update_flags; /* sb flags we need to update
on the next remount,rw */
+ struct list_head m_mplist; /* inode shrinker mount list */
} xfs_mount_t;
/*
OpenPOWER on IntegriCloud