|
@@ -1562,12 +1562,10 @@ const struct address_space_operations ubifs_file_address_operations = {
|
|
|
const struct inode_operations ubifs_file_inode_operations = {
|
|
|
.setattr = ubifs_setattr,
|
|
|
.getattr = ubifs_getattr,
|
|
|
-#ifdef CONFIG_UBIFS_FS_XATTR
|
|
|
.setxattr = ubifs_setxattr,
|
|
|
.getxattr = ubifs_getxattr,
|
|
|
.listxattr = ubifs_listxattr,
|
|
|
.removexattr = ubifs_removexattr,
|
|
|
-#endif
|
|
|
};
|
|
|
|
|
|
const struct inode_operations ubifs_symlink_inode_operations = {
|