fs: Convert show_fdinfo functions to void
seq_printf functions shouldn't really check the return value. Checking seq_has_overflowed() occasionally is used instead. Update vfs documentation. Link: http://lkml.kernel.org/p/e37e6e7b76acbdcc3bb4ab2a57c8f8ca1ae11b9a.1412031505.git.joe@perches.com Cc: David S. Miller <davem@davemloft.net> Cc: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by:Joe Perches <joe@perches.com> [ did a few clean ups ] Signed-off-by:
Steven Rostedt <rostedt@goodmis.org>
Showing
- Documentation/filesystems/vfs.txt 1 addition, 1 deletionDocumentation/filesystems/vfs.txt
- drivers/net/tun.c 2 additions, 2 deletionsdrivers/net/tun.c
- fs/eventfd.c 3 additions, 6 deletionsfs/eventfd.c
- fs/eventpoll.c 5 additions, 8 deletionsfs/eventpoll.c
- fs/notify/fdinfo.c 32 additions, 46 deletionsfs/notify/fdinfo.c
- fs/notify/fdinfo.h 2 additions, 2 deletionsfs/notify/fdinfo.h
- fs/proc/fd.c 2 additions, 1 deletionfs/proc/fd.c
- fs/signalfd.c 1 addition, 3 deletionsfs/signalfd.c
- fs/timerfd.c 14 additions, 13 deletionsfs/timerfd.c
- include/linux/fs.h 1 addition, 1 deletioninclude/linux/fs.h
Loading
Please register or sign in to comment