X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;ds=sidebyside;f=fs%2Fext4%2Fxattr.h;fp=fs%2Fext4%2Fxattr.h;h=e29101168733905c2f51a4953ae484ed21b8db20;hb=c64a92992e6c1799f743999e1f1538fea0156aa4;hp=f885f362add4af8f3f044e07ccb285e91f70c0ba;hpb=442ec1e5bb7c46c72c41898e13a5744c84cadf51;p=linux-2.6-microblaze.git diff --git a/fs/ext4/xattr.h b/fs/ext4/xattr.h index f885f362add4..e29101168733 100644 --- a/fs/ext4/xattr.h +++ b/fs/ext4/xattr.h @@ -84,7 +84,7 @@ struct ext4_xattr_entry { /* * The minimum size of EA value when you start storing it in an external inode * size of block - size of header - size of 1 entry - 4 null bytes -*/ + */ #define EXT4_XATTR_MIN_LARGE_EA_SIZE(b) \ ((b) - EXT4_XATTR_LEN(3) - sizeof(struct ext4_xattr_header) - 4)