]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 11 Oct 2014 12:01:27 +0000 (08:01 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 11 Oct 2014 12:01:27 +0000 (08:01 -0400)
commitf2fc994e80bb68a527ee90a0ec2412b3ed55c136
tree54d6e8fd0fb3bb69a012953dbb180bdcb11d9822
parent31efecc66dc7e61cd28e80f99bf694e1630a6c8f
parentc07732cbc92bb57b6bdb9ff260690a81f1980423
Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs

Pull eCryptfs updates from Tyler Hicks:
 "Minor code cleanups and a fix for when eCryptfs metadata is stored in
  xattrs"

* tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs:
  ecryptfs: remove unneeded buggy code in ecryptfs_do_create()
  ecryptfs: avoid to access NULL pointer when write metadata in xattr
  ecryptfs: remove unnecessary break after goto
  ecryptfs: Remove unnecessary include of syscall.h in keystore.c
  fs/ecryptfs/messaging.c: remove null test before kfree
  ecryptfs: Drop cast
  Use %pd in eCryptFS
fs/ecryptfs/file.c
fs/ecryptfs/inode.c