]> 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)
commit299664704464814b4aa105f0211cacbddb34224f
tree08047bf64dd1ad73f534b8948e417cce9c436740
parentcd8ef738b0a4a107ce4de70ac0ad2a90cc860278
parent36bd23b8cb92f0cd20925bc5fd011c101d3e1250
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