Re: [PATCH 0/7] afs: Fixes and dynamic root

2018-02-08 Thread Linus Torvalds
On Thu, Feb 8, 2018 at 8:16 AM, David Howells wrote: > > > The patches can be found here also: > > > http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=afs-next > > tagged thusly: > > afs-next-20180208 Please just write this as git://git.kernel.org/pub/sc

[PATCH 0/7] afs: Fixes and dynamic root

2018-02-08 Thread David Howells
Hi Linus, Here are a set of AFS patches, 4 fixes, 2 cleanups and 1 devel patch. The fixes are: (1) Add a missing put. (2) & (3) Reset the address iteration cursor correctly. (4) Fix setting up the fileserver iteration cursor. The cleanups: (5) Remove some dead code. (6) Rearrange a fu