]> 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>
Fri, 5 Oct 2012 04:00:40 +0000 (14:00 +1000)
commit4b1a1aed088cba45239d48ba5ec6a4279d56891e
tree7e471ee99b95800977dc236a13b4ef96b5b7673b
parent5dfb639e1985b4e5773013191e5fd32e835580b8
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