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, 21 Aug 2007 22:39:30 +0000 (18:39 -0400)
commitc0bd9a01f0e5b395dee9f7846b78a13575c9d955
tree0bce343b175c7fb5429c50e42f90af99f0dc25fd
parent881919173dd35d717bec75f03d660dc285eb15eb
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