erofs: code cleanup by removing ifdef macro surrounding
[linux-2.6-microblaze.git] / fs / erofs / namei.c
index 3abbecb..52f201e 100644 (file)
@@ -244,9 +244,7 @@ static struct dentry *erofs_lookup(struct inode *dir,
 const struct inode_operations erofs_dir_iops = {
        .lookup = erofs_lookup,
        .getattr = erofs_getattr,
-#ifdef CONFIG_EROFS_FS_XATTR
        .listxattr = erofs_listxattr,
-#endif
        .get_acl = erofs_get_acl,
 };