* [PATCH] xfs: remove a dmapi leftover
@ 2010-07-03 9:21 Christoph Hellwig
2010-07-09 12:52 ` Alex Elder
0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2010-07-03 9:21 UTC (permalink / raw)
To: xfs
The open_exec file operation is only added by the external dmapi patch.
Signed-off-by: Christoph Hellwig <hch@lst.de>
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 = {
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] xfs: remove a dmapi leftover
2010-07-03 9:21 [PATCH] xfs: remove a dmapi leftover Christoph Hellwig
@ 2010-07-09 12:52 ` Alex Elder
0 siblings, 0 replies; 2+ messages in thread
From: Alex Elder @ 2010-07-09 12:52 UTC (permalink / raw)
To: Christoph Hellwig; +Cc: xfs
On Sat, 2010-07-03 at 05:21 -0400, Christoph Hellwig wrote:
> The open_exec file operation is only added by the external dmapi patch.
>
> Signed-off-by: Christoph Hellwig <hch@lst.de>
Looks good.
Reviewed-by: Alex Elder <aelder@sgi.com>
> 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 = {
>
> _______________________________________________
> xfs mailing list
> xfs@oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-09 12:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-03 9:21 [PATCH] xfs: remove a dmapi leftover Christoph Hellwig
2010-07-09 12:52 ` Alex Elder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox