]> 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, 28 Sep 2012 00:18:53 +0000 (10:18 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 8 Oct 2012 02:59:11 +0000 (13:59 +1100)
commited23757101c0b580f45c4b040e807d0639e36c5b
tree6233d817190728b15024668899eabe18dd357ae9
parent7a88c3d76b648cfafd75d20efb79de5ac62d6efc
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