Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa17b25e authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Alex Elder
Browse files

xfs: remove a dmapi leftover



The open_exec file operation is only added by the external dmapi
patch.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarAlex Elder <aelder@sgi.com>
Signed-off-by: default avatarAlex Elder <aelder@sgi.com>
parent 78558fe8
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -921,9 +921,6 @@ const struct file_operations xfs_file_operations = {
	.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 = {