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>
Sat, 16 Aug 2014 02:27:09 +0000 (22:27 -0400)
commit7bbdda552bf911dc255313d7198d2bcb7007b7fc
treedfc6e8d39c184dea46297661476b92fb9fdb3c95
parentdd5640014c8d3b04b1f9e4dee1003efaed903884
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