ocfs2: Add helper function in uptodate.c for removing xattr clusters
authorTao Ma <tao.ma@oracle.com>
Mon, 18 Aug 2008 09:38:47 +0000 (17:38 +0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 13 Oct 2008 20:57:59 +0000 (13:57 -0700)
commitac11c827192272eabb68b8f4cf844066461d9690
treecd96822f16199879a203d30a4957f7d191c8659d
parent5a7bc8eb29b8c759df374d97b6189e03d4ea71c5
ocfs2: Add helper function in uptodate.c for removing xattr clusters

The old uptodate only handles the issue of removing one buffer_head from
ocfs2 inode's buffer cache. With xattr clusters, we may need to remove
multiple buffer_head's at a time.

Signed-off-by: Tao Ma <tao.ma@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/uptodate.c
fs/ocfs2/uptodate.h