]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 May 2015 04:39:12 +0000 (21:39 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 May 2015 04:39:12 +0000 (21:39 -0700)
commit95c607d93f477bd4d079c0529c5f7becad4efffb
tree08047bf64dd1ad73f534b8948e417cce9c436740
parentaf6472881a6127ad075adf64e459d2905fbc8a5c
parentf15133df088ecadd141ea1907f2c96df67c729f0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull vfs fixes from Al Viro:
 "A couple of fixes for bugs caught while digging in fs/namei.c.  The
  first one is this cycle regression, the second is 3.11 and later"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  path_openat(): fix double fput()
  namei: d_is_negative() should be checked before ->d_seq validation