commit | fd8351f83d413b41da956109cf429c15881886e2 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mfasheh@suse.com> | Tue Oct 07 12:50:46 2008 -0700 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Oct 13 17:02:44 2008 -0700 |
tree | 86557f75dd1ab2f3b1ed7d8cda479d09f2e2372d | |
parent | 696b55d768ea5ebf38a369da615f8c956750ab3f [diff] |
ocfs2: use smaller counters in ocfs2_remove_xattr_clusters_from_cache i and b_len don't really need to be u64's. Xattr extent lengths should be limited by the VFS, and then the size of our on-disk length field. Signed-off-by: Mark Fasheh <mfasheh@suse.com>