Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-microblaze.git] / fs / ocfs2 / file.c
index 5edc1d0..db8a626 100644 (file)
@@ -2649,6 +2649,8 @@ const struct inode_operations ocfs2_file_iops = {
        .fiemap         = ocfs2_fiemap,
        .get_acl        = ocfs2_iop_get_acl,
        .set_acl        = ocfs2_iop_set_acl,
+       .fileattr_get   = ocfs2_fileattr_get,
+       .fileattr_set   = ocfs2_fileattr_set,
 };
 
 const struct inode_operations ocfs2_special_file_iops = {