summaryrefslogtreecommitdiff
path: root/privs.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-04privs: move drop_privileges out of xutilsDaniel Borkmann1-0/+8
option value='2'>stat only
authorLinus Torvalds <torvalds@linux-foundation.org>2017-02-01 10:30:56 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-02-01 10:30:56 -0800
commit2883aaea363f7a897ff06d2e6c73ae7aae285bcb (patch)
treec4b53cd7231612df4a3b1ac190d205f6618bdbcd
parente387dc122fc7c70c2a5df2567f4e2d1114f5a5da (diff)
parente26bfebdfc0d212d366de9990a096665d5c0209a (diff)
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull fscache fixes from Al Viro. * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: fscache: Fix dead object requeue fscache: Clear outstanding writes when disabling a cookie FS-Cache: Initialise stores_lock in netfs cookie
Diffstat
-rw-r--r--fs/fscache/cookie.c5
-rw-r--r--fs/fscache/netfs.c1
-rw-r--r--fs/fscache/object.c32
-rw-r--r--include/linux/fscache-cache.h1
4 files changed, 37 insertions, 2 deletions
diff --git a/fs/fscache/cookie.c b/fs/fscache/cookie.c