]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: erofs: remove unneeded inode_operations
authorGao Xiang <gaoxiang25@huawei.com>
Mon, 14 Jan 2019 11:40:24 +0000 (19:40 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Jan 2019 14:51:57 +0000 (15:51 +0100)
commit609398266c5426db2622dc43db2c95855d3b8e6c
tree82c0d872740fdc086bbfd76baf5c2eeebc42257d
parent7077fffcb0b0b65dc75e341306aeef4d0e7f2ec6
staging: erofs: remove unneeded inode_operations

Currently, EROFS uses generic iops when xattr is off,
it seems unnecessary and a lot of extra code is there.
Let's follow what other filesystems do instead.

Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Gao Xiang <gaoxiang25@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/erofs/inode.c
drivers/staging/erofs/internal.h
drivers/staging/erofs/namei.c
drivers/staging/erofs/xattr.h