You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mika Kukkonen
736c4b8572
[PATCH] Function v9fs_get_idpool returns int, not u32 as called twice in fs/9p/vfs_inode.c
...
Function v9fs_get_idpool returns int, not u32. Actually it returns -1 on
errors, and these two callers check if the value is smaller than 0, which
was caught by gcc with extra warning flags. Compile tested only but should
be OK, as the value computed in v9fs_get_idpool() is also int.
Signed-of-by: Mika Kukkonen <mikukkon@iki.fi>
Cc: Eric Van Hensbergen <ericvh@gmail.com>
Cc: Ron Minnich <rminnich@lanl.gov>
Cc: Latchesar Ionkov <lucho@ionkov.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
18 years ago
..
9p.h
[PATCH] v9fs: update license boilerplate
19 years ago
Makefile
[PATCH] 9p: fix name consistency problems
19 years ago
conv.c
[PATCH] severing fs.h, radix-tree.h -> sched.h
18 years ago
conv.h
[PATCH] v9fs: update license boilerplate
19 years ago
debug.h
[PATCH] v9fs: update license boilerplate
19 years ago
error.c
Remove obsolete #include <linux/config.h>
19 years ago
error.h
[PATCH] v9fs: update license boilerplate
19 years ago
fcall.c
[PATCH] severing fs.h, radix-tree.h -> sched.h
18 years ago
fcprint.c
Remove obsolete #include <linux/config.h>
19 years ago
fid.c
[PATCH] severing fs.h, radix-tree.h -> sched.h
18 years ago
fid.h
[PATCH] v9fs: update license boilerplate
19 years ago
mux.c
WorkStruct: make allyesconfig
18 years ago
mux.h
[PATCH] v9fs: signal handling fixes
19 years ago
trans_fd.c
Remove obsolete #include <linux/config.h>
19 years ago
transport.h
[PATCH] v9fs: update license boilerplate
19 years ago
v9fs.c
[PATCH] severing fs.h, radix-tree.h -> sched.h
18 years ago
v9fs.h
[PATCH] v9fs: update license boilerplate
19 years ago
v9fs_vfs.h
[PATCH] mark address_space_operations const
19 years ago
vfs_addr.c
v9fs: do not include linux/version.h
19 years ago
vfs_dentry.c
[PATCH] v9fs: update license boilerplate
19 years ago
vfs_dir.c
[PATCH] severing fs.h, radix-tree.h -> sched.h
18 years ago
vfs_file.c
[PATCH] severing fs.h, radix-tree.h -> sched.h
18 years ago
vfs_inode.c
[PATCH] Function v9fs_get_idpool returns int, not u32 as called twice in fs/9p/vfs_inode.c
18 years ago
vfs_super.c
Remove obsolete #include <linux/config.h>
19 years ago