]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fs/debugsfs: remove unnecessary inode->i_private initialization
authorYan Hong <clouds.yan@gmail.com>
Fri, 12 Oct 2012 04:22:50 +0000 (15:22 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 16 Oct 2012 02:47:57 +0000 (13:47 +1100)
commitc61194b17aedc1b59bb367243b8feca00b2bcc85
tree3fd47eab5ea9bef00b15d0faf6da474fad0ff8cc
parent2848e689d36c5b057a427df156c8aac9450c54fd
fs/debugsfs: remove unnecessary inode->i_private initialization

inode->i_private is promised to be NULL on allocation, no need to set it
explicitly.

Signed-off-by: Yan Hong <clouds.yan@gmail.com>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/debugfs/inode.c