linux/fs/orangefs
Colin Ian King e1b437691a orangefs: remove redundant pointer orangefs_inode
Pointer orangefs_inode is being assigned but is never used hence it is
redundant and can be removed.

Cleans up clang warning:
warning: variable 'orangefs_inode' set but not used [-Wunused-but-set-variable]

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
2018-08-14 12:07:14 -04:00
..
Kconfig
Makefile
acl.c
dcache.c
devorangefs-req.c Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2018-06-16 16:21:50 +09:00
dir.c
downcall.h
file.c orangefs: Adding new return type vm_fault_t 2018-08-14 12:07:14 -04:00
inode.c orangefs: remove redundant pointer orangefs_inode 2018-08-14 12:07:14 -04:00
namei.c orangefs: fixes and cleanups 2018-06-07 09:23:12 -07:00
orangefs-bufmap.c orangefs: remove unused function orangefs_get_bufmap_init 2018-06-01 14:51:40 -04:00
orangefs-bufmap.h
orangefs-cache.c
orangefs-debug.h
orangefs-debugfs.c orangefs: make debug_help_fops static 2018-06-01 14:51:45 -04:00
orangefs-debugfs.h
orangefs-dev-proto.h
orangefs-kernel.h vfs/y2038: inode timestamps conversion to timespec64 2018-06-15 07:31:07 +09:00
orangefs-mod.c
orangefs-sysfs.c fix a series of Documentation/ broken file name references 2018-06-15 18:10:01 -03:00
orangefs-sysfs.h
orangefs-utils.c orangefs: formatting cleanups 2018-06-01 14:51:30 -04:00
protocol.h orangefs: specify user pointers when using dev_map_desc and bufmap 2018-06-01 14:51:36 -04:00
super.c orangefs: formatting cleanups 2018-06-01 14:51:30 -04:00
symlink.c
upcall.h
waitqueue.c orangefs: use sparse annotations for holding locks across function calls. 2018-06-01 14:51:49 -04:00
xattr.c