diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-04-29 19:49:34 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-04-29 19:49:34 -0700 |
commit | e97e7120eb24800cf8eb62c7da07b161cc2a8c73 (patch) | |
tree | b48bf7a1f1e8192c5e3cb4e1289adc7a378c2d8d /fs/xfs/xfs_mount.h | |
parent | fed0a9c644c7872f5bcaeb87a71103aef8e96761 (diff) | |
parent | 9bf729c0af67897ea8498ce17c29b0683f7f2028 (diff) | |
download | op-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.h | 1 |
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; /* |