]> git.baikalelectronics.ru Git - kernel.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)
commitb4bc5971be799e9d5289df67dcfc6b8aa1463d38
tree08047bf64dd1ad73f534b8948e417cce9c436740
parent4a5bcc9af64e98b1ab201ed243056a44015c9aec
parent740e7ed07bced33993c9c4ec7f8ce5d1d119bd37
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