]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ocfs2: Prefix the member fields of struct ocfs2_xattr_info.
authorJoel Becker <joel.becker@oracle.com>
Sat, 15 Aug 2009 01:02:52 +0000 (18:02 -0700)
committerJoel Becker <joel.becker@oracle.com>
Fri, 26 Feb 2010 23:41:09 +0000 (15:41 -0800)
commit6b240ff63c9dda93366c61c969b81ca22fe676ac
tree0db4d58997e690940588ed7aad5188bcc1091136
parentbde1e5400a1b21ef47932ab00446c7361ff3c139
ocfs2: Prefix the member fields of struct ocfs2_xattr_info.

struct ocfs2_xattr_info is a useful structure describing an xattr
you'd like to set.  Let's put prefixes on the member fields so it's
easier to read and use.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
fs/ocfs2/xattr.c