"git@openbeagle.org:jkridner/image-builder.git" did not exist on "765c747aaf22a94470839d72b7f4098e28216a3d"
Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull qstr constification updates from Al Viro: "Fairly self-contained bunch - surprising lot of places passes struct qstr * as an argument when const struct qstr * would suffice; it complicates analysis for no good reason. I'd prefer to feed that separately from the assorted fixes (those are in #for-linus and with somewhat trickier topology)" * 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: qstr: constify instances in adfs qstr: constify instances in lustre qstr: constify instances in f2fs qstr: constify instances in ext2 qstr: constify instances in vfat qstr: constify instances in procfs qstr: constify instances in fuse qstr constify instances in fs/dcache.c qstr: constify instances in nfs qstr: constify instances in ocfs2 qstr: constify instances in autofs4 qstr: constify instances in hfs qstr: constify instances in hfsplus qstr: constify instances in logfs qstr: constify dentry_init_security
Showing
- drivers/staging/lustre/lustre/llite/statahead.c 2 additions, 2 deletionsdrivers/staging/lustre/lustre/llite/statahead.c
- fs/adfs/dir.c 2 additions, 2 deletionsfs/adfs/dir.c
- fs/autofs4/root.c 4 additions, 4 deletionsfs/autofs4/root.c
- fs/autofs4/waitq.c 2 additions, 2 deletionsfs/autofs4/waitq.c
- fs/dcache.c 2 additions, 2 deletionsfs/dcache.c
- fs/ext2/dir.c 3 additions, 3 deletionsfs/ext2/dir.c
- fs/ext2/ext2.h 2 additions, 2 deletionsfs/ext2/ext2.h
- fs/f2fs/dir.c 2 additions, 2 deletionsfs/f2fs/dir.c
- fs/f2fs/f2fs.h 2 additions, 2 deletionsfs/f2fs/f2fs.h
- fs/fat/namei_vfat.c 3 additions, 3 deletionsfs/fat/namei_vfat.c
- fs/fuse/dir.c 2 additions, 2 deletionsfs/fuse/dir.c
- fs/fuse/fuse_i.h 1 addition, 1 deletionfs/fuse/fuse_i.h
- fs/fuse/inode.c 2 additions, 6 deletionsfs/fuse/inode.c
- fs/hfs/catalog.c 6 additions, 6 deletionsfs/hfs/catalog.c
- fs/hfs/hfs_fs.h 7 additions, 7 deletionsfs/hfs/hfs_fs.h
- fs/hfs/inode.c 1 addition, 1 deletionfs/hfs/inode.c
- fs/hfs/trans.c 1 addition, 1 deletionfs/hfs/trans.c
- fs/hfsplus/catalog.c 6 additions, 6 deletionsfs/hfsplus/catalog.c
- fs/hfsplus/hfsplus_fs.h 5 additions, 5 deletionsfs/hfsplus/hfsplus_fs.h
- fs/logfs/dir.c 2 additions, 2 deletionsfs/logfs/dir.c
Please register or sign in to comment