aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/xfs/linux-2.6/xfs_file.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/linux-2.6/xfs_file.c b/fs/xfs/linux-2.6/xfs_file.c
index 3447555e9f76..ba8ad422a165 100644
--- a/fs/xfs/linux-2.6/xfs_file.c
+++ b/fs/xfs/linux-2.6/xfs_file.c
@@ -921,9 +921,6 @@ const struct file_operations xfs_file_operations = {
921 .open = xfs_file_open, 921 .open = xfs_file_open,
922 .release = xfs_file_release, 922 .release = xfs_file_release,
923 .fsync = xfs_file_fsync, 923 .fsync = xfs_file_fsync,
924#ifdef HAVE_FOP_OPEN_EXEC
925 .open_exec = xfs_file_open_exec,
926#endif
927}; 924};
928 925
929const struct file_operations xfs_dir_file_operations = { 926const struct file_operations xfs_dir_file_operations = {