]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
UBIFS: make xattr operations names consistent
authorSedat Dilek <sedat.dilek@googlemail.com>
Sun, 3 Apr 2011 23:55:39 +0000 (01:55 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 13 May 2011 16:23:54 +0000 (19:23 +0300)
commit14ffd5d0b051b0b937df0cf3580a92f428ff70b1
treeaa38357d51a476e25130eb0e480515999d71efc3
parentcdd8ad6e9e78b295e71265762926342523579d10
UBIFS: make xattr operations names consistent

This is just a tiny clean-up patch. The variable name for empty address
space operations is "empty_aops". Let's use consistent names for empty
inode and file operations: "empty_iops" and "empty_fops", instead of
inconsistent "none_inode_operations" and "none_file_operations".

Artem: re-write the commit message.

Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/xattr.c