]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
afs: Introduce a file-private data record
authorDavid Howells <dhowells@redhat.com>
Thu, 2 Nov 2017 15:27:52 +0000 (15:27 +0000)
committerDavid Howells <dhowells@redhat.com>
Mon, 13 Nov 2017 15:38:20 +0000 (15:38 +0000)
commit215804a99283c57fdd869aab350fdf6acc3460b6
treea06a57ba4b15decbd079c0f9d17ca964280d570c
parent83732ec5146916bd49b3036b0ea7dedb7831b90e
afs: Introduce a file-private data record

Introduce a file-private data record for kAFS and put the key into it
rather than storing the key in file->private_data.

Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/dir.c
fs/afs/file.c
fs/afs/flock.c
fs/afs/inode.c
fs/afs/internal.h
fs/afs/write.c