Lines Matching full:just
142 FS_LITTER is gone - just remove it from fs_flags.
149 went in - and hadn't been documented ;-/). Just remove it from fs_flags
208 just takes the superblock and inode number as arguments and does the
264 FS_NOMOUNT is gone. If you use it - just set SB_NOUSER in flags
403 initialize the former in inode_init_always(), so just leave it alone in
451 ->get_sb() is gone. Switch to use of ->mount(). Typically it's just
453 the function type. If you were doing it manually, just switch from setting
512 ->lookup() do *not* take struct nameidata anymore; just the flags.
597 for embedded ("fast") symlinks just set inode->i_link to wherever the
648 ->put_link() is gone - just give the destructor to set_delayed_call()
676 they used to - they just take it exclusive. However, ->lookup() may be
731 ->d_instantiate() uses not just ->getxattr() but ->setxattr() as well.
739 work just as well; if it's something more complicated, use dentry->d_parent.
740 Just be careful not to assume that fetching it more than once will yield
823 just get rid of it. Synchronous work (e.g. the stuff that can't
922 no_llseek is gone; don't set .llseek to that - just leave it NULL instead.