diff options
author | Christoph Hellwig <hch@infradead.org> | 2010-07-03 05:21:17 -0400 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2010-07-26 14:16:47 -0400 |
commit | fa17b25e9f95375081b43a741cf1c188682ec588 (patch) | |
tree | 6b1aee5edbffdcde5e803295c6c065d4a24fff13 /fs/xfs | |
parent | 78558fe8d8326b2395da33456cd9eec57ffc081a (diff) |
xfs: remove a dmapi leftover
The open_exec file operation is only added by the external dmapi
patch.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Alex Elder <aelder@sgi.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_file.c | 3 |
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 | ||
929 | const struct file_operations xfs_dir_file_operations = { | 926 | const struct file_operations xfs_dir_file_operations = { |