| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH] xfs: remove a dmapi leftover |
| From: | Christoph Hellwig <hch@xxxxxxxxxxxxx> |
| Date: | Sat, 3 Jul 2010 05:21:17 -0400 |
| User-agent: | Mutt/1.5.20 (2009-08-17) |
The open_exec file operation is only added by the external dmapi patch.
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Index: xfs/fs/xfs/linux-2.6/xfs_file.c
===================================================================
--- xfs.orig/fs/xfs/linux-2.6/xfs_file.c 2010-07-03 10:54:07.323263955
+0200
+++ xfs/fs/xfs/linux-2.6/xfs_file.c 2010-07-03 10:54:11.636128320 +0200
@@ -921,9 +921,6 @@ const struct file_operations xfs_file_op
.open = xfs_file_open,
.release = xfs_file_release,
.fsync = xfs_file_fsync,
-#ifdef HAVE_FOP_OPEN_EXEC
- .open_exec = xfs_file_open_exec,
-#endif
};
const struct file_operations xfs_dir_file_operations = {
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [GIT PULL] XFS update for 2.6.35-rc4, Alex Elder |
|---|---|
| Next by Date: | Volume Group and XFS Partition Recovery, Andrew Ragone |
| Previous by Thread: | [GIT PULL] XFS update for 2.6.35-rc4, Alex Elder |
| Next by Thread: | Re: [PATCH] xfs: remove a dmapi leftover, Alex Elder |
| Indexes: | [Date] [Thread] [Top] [All Lists] |