Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull more vfs updates from Al Viro: "Embarrassing braino fix + pipe page accounting + fixing an eyesore in find_filesystem() (checking that s1 is equal to prefix of s2 of given length can be done in many ways, but "compare strlen(s1) with length and then do strncmp()" is not a good one...)" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: [regression] fix braino in fs/dlm/user.c pipe: limit the per-user amount of pages allocated in pipes find_filesystem(): simplify comparison
No related branches found
No related tags found
Showing
- Documentation/sysctl/fs.txt 23 additions, 0 deletionsDocumentation/sysctl/fs.txt
- fs/dlm/user.c 1 addition, 1 deletionfs/dlm/user.c
- fs/filesystems.c 3 additions, 3 deletionsfs/filesystems.c
- fs/pipe.c 45 additions, 2 deletionsfs/pipe.c
- include/linux/pipe_fs_i.h 4 additions, 0 deletionsinclude/linux/pipe_fs_i.h
- include/linux/sched.h 1 addition, 0 deletionsinclude/linux/sched.h
- kernel/sysctl.c 14 additions, 0 deletionskernel/sysctl.c
Loading
Please register or sign in to comment