Unionfs: Remove superfluous check for NULL pointer
authorErez_Zadok <ezk@cs.sunysb.edu>
Fri, 29 Jun 2007 04:45:47 +0000 (00:45 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 11 Nov 2014 01:40:06 +0000 (20:40 -0500)
commit3b9763d2dd3818c200c299e6b636e8a4074dee2f
tree410c03a6fe7900ff61742bc4a7e9c7fcae35b9d9
parent35ac460c2c566fbbc6c9aaf9aa631775cc6de412
Unionfs: Remove superfluous check for NULL pointer

Since we use containers and the struct inode is _inside_ the
unionfs_inode_info structure, UNIONFS_I will always (given a non-NULL inode
pointer), return a valid non-NULL pointer.

Signed-off-by: Josef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
Conflicts:

fs/unionfs/super.c
fs/unionfs/fanout.h
fs/unionfs/super.c