summaryrefslogtreecommitdiff
path: root/fs/notify
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2011-12-18 20:00:07 +0000
committerBen Myers <bpm@sgi.com>2012-01-17 15:02:28 -0600
commit8096b1ebb59b94b3bc6abb6b7d121419e83447ba (patch)
tree3d01d19459cbb973dc8698b7fa44e1bee260303d /fs/notify
parent3d2b3129c2c48cf0153e0f2058cf87e4b45ca3ac (diff)
downloadlinux-3.10-8096b1ebb59b94b3bc6abb6b7d121419e83447ba.tar.gz
linux-3.10-8096b1ebb59b94b3bc6abb6b7d121419e83447ba.tar.bz2
linux-3.10-8096b1ebb59b94b3bc6abb6b7d121419e83447ba.zip
xfs: remove the if_ext_max field in struct xfs_ifork
We spent a lot of effort to maintain this field, but it always equals to the fork size divided by the constant size of an extent. The prime use of it is to assert that the two stay in sync. Just divide the fork size by the extent size in the few places that we actually use it and remove the overhead of maintaining it. Also introduce a few helpers to consolidate the places where we actually care about the value. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/notify')
0 files changed, 0 insertions, 0 deletions