From: Tejun Heo Date: Wed, 9 Apr 2014 15:07:30 +0000 (-0400) Subject: kernfs: implement kernfs_root->supers list X-Git-Tag: omap-for-v3.16/fixes-against-rc1~81^2~66^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d568a8383bbb9c1f5167781075906acb2bb1550;p=pandora-kernel.git kernfs: implement kernfs_root->supers list Currently, there's no way to find out which super_blocks are associated with a given kernfs_root. Let's implement it - the planned inotify extension to kernfs_notify() needs it. Make kernfs_super_info point back to the super_block and chain it at kernfs_root->supers. Signed-off-by: Tejun Heo Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed