]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Apr 2009 04:09:10 +0000 (21:09 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Apr 2009 04:09:10 +0000 (21:09 -0700)
commit0d674e645fecf2fd0baddbfcc8c34a981ebd3603
tree77dcd8fbf33ce53a3821942233962fb28c6f2848
parent7d97b6d53bfd19a63bdf15f110e37f820c6275c1
parent8176e72dab242c3d7ddc442e40c053911635a8ef
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6:
  Remove two unneeded exports and make two symbols static in fs/mpage.c
  Cleanup after commit 35951648082ae57f8f20a12ae071935009c39421
  Trim includes of fdtable.h
  Don't crap into descriptor table in binfmt_som
  Trim includes in binfmt_elf
  Don't mess with descriptor table in load_elf_binary()
  Get rid of indirect include of fs_struct.h
  New helper - current_umask()
  check_unsafe_exec() doesn't care about signal handlers sharing
  New locking/refcounting for fs_struct
  Take fs_struct handling to new file (fs/fs_struct.c)
  Get rid of bumping fs_struct refcount in pivot_root(2)
  Kill unsharing fs_struct in __set_personality()
15 files changed:
fs/buffer.c
fs/compat.c
fs/fat/inode.c
fs/hpfs/super.c
fs/nfs/nfs3proc.c
fs/nfs/nfs4proc.c
fs/nfsd/nfssvc.c
fs/omfs/inode.c
fs/proc/task_nommu.c
include/linux/buffer_head.h
include/linux/fs.h
include/linux/sched.h
kernel/exit.c
kernel/fork.c
kernel/sys.c