|
@@ -2534,6 +2534,7 @@ const struct inode_operations ext4_dir_inode_operations = {
|
|
.removexattr = generic_removexattr,
|
|
.removexattr = generic_removexattr,
|
|
#endif
|
|
#endif
|
|
.permission = ext4_permission,
|
|
.permission = ext4_permission,
|
|
|
|
+ .fiemap = ext4_fiemap,
|
|
};
|
|
};
|
|
|
|
|
|
const struct inode_operations ext4_special_inode_operations = {
|
|
const struct inode_operations ext4_special_inode_operations = {
|