Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298364
b: refs/heads/master
c: 2f99c36
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Mar 31, 2012
1 parent 984ecf9 commit fcca29d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4a165d25f63a989d0aabe9d8eed5b3a5d5da1862
refs/heads/master: 2f99c36986ff27a86f06f27212c5f5fa8c7164a3
1 change: 0 additions & 1 deletion trunk/fs/gfs2/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include <linux/mount.h>
#include <linux/fs.h>
#include <linux/gfs2_ondisk.h>
#include <linux/ext2_fs.h>
#include <linux/falloc.h>
#include <linux/swap.h>
#include <linux/crc32.h>
Expand Down
2 changes: 0 additions & 2 deletions trunk/fs/ocfs2/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
#include "suballoc.h"
#include "move_extents.h"

#include <linux/ext2_fs.h>

#define o2info_from_user(a, b) \
copy_from_user(&(a), (b), sizeof(a))
#define o2info_to_user(a, b) \
Expand Down
1 change: 0 additions & 1 deletion trunk/init/do_mounts_initrd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <linux/kernel.h>
#include <linux/fs.h>
#include <linux/minix_fs.h>
#include <linux/ext2_fs.h>
#include <linux/romfs_fs.h>
#include <linux/initrd.h>
#include <linux/sched.h>
Expand Down
9 changes: 4 additions & 5 deletions trunk/security/selinux/hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include <linux/kernel.h>
#include <linux/tracehook.h>
#include <linux/errno.h>
#include <linux/ext2_fs.h>
#include <linux/sched.h>
#include <linux/security.h>
#include <linux/xattr.h>
Expand Down Expand Up @@ -2971,15 +2970,15 @@ static int selinux_file_ioctl(struct file *file, unsigned int cmd,
/* fall through */
case FIGETBSZ:
/* fall through */
case EXT2_IOC_GETFLAGS:
case FS_IOC_GETFLAGS:
/* fall through */
case EXT2_IOC_GETVERSION:
case FS_IOC_GETVERSION:
error = file_has_perm(cred, file, FILE__GETATTR);
break;

case EXT2_IOC_SETFLAGS:
case FS_IOC_SETFLAGS:
/* fall through */
case EXT2_IOC_SETVERSION:
case FS_IOC_SETVERSION:
error = file_has_perm(cred, file, FILE__SETATTR);
break;

Expand Down

0 comments on commit fcca29d

Please sign in to comment.