From: Gu Zheng Date: Tue, 16 Jul 2013 09:56:12 +0000 (+0800) Subject: fs/anon_inode: Introduce a new lib function anon_inode_getfile_private() X-Git-Tag: v3.12-rc1~16^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55708698c5f153f4e390175cdfc395333b2eafbd;p=pandora-kernel.git fs/anon_inode: Introduce a new lib function anon_inode_getfile_private() Introduce a new lib function anon_inode_getfile_private(), it creates a new file instance by hooking it up to an anonymous inode, and a dentry that describe the "class" of the file, similar to anon_inode_getfile(), but each file holds a single inode. Furthermore, anyone who wants to create a private anon file will benefit from this change. Signed-off-by: Gu Zheng Signed-off-by: Benjamin LaHaise --- Reading git-diff-tree failed