[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <928efcfeabf11efc514cd8871a8debec9520467f.1463648873.git.jslaby@suse.cz>
Date: Thu, 19 May 2016 11:07:49 +0200
From: Jiri Slaby <jslaby@...e.cz>
To: stable@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, Jiri Slaby <jslaby@...e.cz>,
Brian Foster <bfoster@...hat.com>,
Dave Chinner <dchinner@...hat.com>,
Gao feng <gaofeng@...fujitsu.com>,
Dwight Engen <dwight.engen@...cle.com>, Ben Myers <bpm@....com>
Subject: [PATCH 3.12 27/76] Revert "xfs: add capability check to free eofblocks ioctl"
3.12-stable review patch. If anyone has any objections, please let me know.
===============
This reverts commit eaeeaec383f3228446715e660851f73423501eba, upstream
commit 8c567a7fab6e086a0284eee2db82348521e7120c.
It was (mis)applied twice to stable-3.12.
Signed-off-by: Jiri Slaby <jslaby@...e.cz>
Cc: Brian Foster <bfoster@...hat.com>
Cc: Dave Chinner <dchinner@...hat.com>
Cc: Gao feng <gaofeng@...fujitsu.com>
Cc: Dwight Engen <dwight.engen@...cle.com>
Cc: Ben Myers <bpm@....com>
---
fs/xfs/xfs_ioctl.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/fs/xfs/xfs_ioctl.c b/fs/xfs/xfs_ioctl.c
index 52b5375faedc..93a5e91796e9 100644
--- a/fs/xfs/xfs_ioctl.c
+++ b/fs/xfs/xfs_ioctl.c
@@ -1718,12 +1718,6 @@ xfs_file_ioctl(
if (mp->m_flags & XFS_MOUNT_RDONLY)
return -XFS_ERROR(EROFS);
- if (!capable(CAP_SYS_ADMIN))
- return -EPERM;
-
- if (mp->m_flags & XFS_MOUNT_RDONLY)
- return -XFS_ERROR(EROFS);
-
if (copy_from_user(&eofb, arg, sizeof(eofb)))
return -XFS_ERROR(EFAULT);
--
2.8.2
Powered by blists - more mailing lists