Merge tag 'afs-fixes-20171124' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Pull AFS fixes from David Howells: - Make AFS file locking work again. - Don't write to a page that's being written out, but wait for it to complete. - Do d_drop() and d_add() in the right places. - Put keys on error paths. - Remove some redundant code. * tag 'afs-fixes-20171124' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs: afs: remove redundant assignment of dvnode to itself afs: cell: Remove unnecessary code in afs_lookup_cell afs: Fix signal handling in some file ops afs: Fix some dentry handling in dir ops and missing key_puts afs: Make afs_write_begin() avoid writing to a page that's being stored afs: Fix file locking
Showing
- fs/afs/cell.c 1 addition, 6 deletionsfs/afs/cell.c
- fs/afs/dir.c 14 additions, 11 deletionsfs/afs/dir.c
- fs/afs/flock.c 310 additions, 238 deletionsfs/afs/flock.c
- fs/afs/internal.h 16 additions, 7 deletionsfs/afs/internal.h
- fs/afs/rotate.c 56 additions, 14 deletionsfs/afs/rotate.c
- fs/afs/security.c 2 additions, 2 deletionsfs/afs/security.c
- fs/afs/server_list.c 1 addition, 1 deletionfs/afs/server_list.c
- fs/afs/write.c 5 additions, 0 deletionsfs/afs/write.c
Loading
Please register or sign in to comment