commit | ac11c827192272eabb68b8f4cf844066461d9690 | [log] [tgz] |
---|---|---|
author | Tao Ma <tao.ma@oracle.com> | Mon Aug 18 17:38:47 2008 +0800 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Oct 13 13:57:59 2008 -0700 |
tree | cd96822f16199879a203d30a4957f7d191c8659d | |
parent | 5a7bc8eb29b8c759df374d97b6189e03d4ea71c5 [diff] |
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>