ext2: convert to fileattr
[linux-2.6-microblaze.git] / fs / ext2 / namei.c
index 3367384..c03fc3c 100644 (file)
@@ -427,6 +427,8 @@ const struct inode_operations ext2_dir_inode_operations = {
        .get_acl        = ext2_get_acl,
        .set_acl        = ext2_set_acl,
        .tmpfile        = ext2_tmpfile,
+       .fileattr_get   = ext2_fileattr_get,
+       .fileattr_set   = ext2_fileattr_set,
 };
 
 const struct inode_operations ext2_special_inode_operations = {