Loading fs/anon_inodes.c +3 −3 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ static const struct address_space_operations anon_aops = { }; /** * anon_inode_getfd - creates a new file instance by hooking it up to an * anon_inode_getfile - creates a new file instance by hooking it up to an * anonymous inode, and a dentry that describe the "class" * of the file * Loading Loading
fs/anon_inodes.c +3 −3 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ static const struct address_space_operations anon_aops = { }; /** * anon_inode_getfd - creates a new file instance by hooking it up to an * anon_inode_getfile - creates a new file instance by hooking it up to an * anonymous inode, and a dentry that describe the "class" * of the file * Loading