X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fext4%2Ffile.c;h=430eb7978db4c92f0503b92895a59000d8f97b3e;hb=e77295dc9e6b52281ae85af4068f13752524e9f4;hp=b9510ba66a2d9fbdb601bf407c3da72002697eff;hpb=2e9ee850355593e311d9a26542290fe51e152f74;p=linux-2.6 diff --git a/fs/ext4/file.c b/fs/ext4/file.c index b9510ba66a..430eb7978d 100644 --- a/fs/ext4/file.c +++ b/fs/ext4/file.c @@ -161,6 +161,7 @@ const struct file_operations ext4_file_operations = { const struct inode_operations ext4_file_inode_operations = { .truncate = ext4_truncate, .setattr = ext4_setattr, + .getattr = ext4_getattr, #ifdef CONFIG_EXT4DEV_FS_XATTR .setxattr = generic_setxattr, .getxattr = generic_getxattr,