Re: [git pull] a couple of fixes for rc7

2013-10-25 Thread Al Viro
On Fri, Oct 25, 2013 at 03:33:46PM +0100, Linus Torvalds wrote: > On Fri, Oct 25, 2013 at 3:25 PM, Al Viro wrote: > > nfsd performance regression fix + seq_file lseek(2) fix. > > Please, pull from the usual place - > > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus > > Not a

Re: [git pull] a couple of fixes for rc7

2013-10-25 Thread Linus Torvalds
On Fri, Oct 25, 2013 at 3:25 PM, Al Viro wrote: > nfsd performance regression fix + seq_file lseek(2) fix. > Please, pull from the usual place - > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Not acceptable. fs/file_table.c: In function ‘fput’: fs/file_table.c:320:4: warn

[git pull] a couple of fixes for rc7

2013-10-25 Thread Al Viro
nfsd performance regression fix + seq_file lseek(2) fix. Please, pull from the usual place - git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (1): nfsd regression since delayed fput() Gu Zheng (1): seq_file: always update file->f_pos in seq_lseek(