Lines Matching refs:need
37 Keep in mind that now you need explicit initialization of private data
70 Most likely there is no need to change anything, but if you relied on
71 global exclusion between renames for some internal purpose - you need to
79 ->rmdir() and ->rename()). If you used to need that exclusion and do
90 parts do not need BKL - better yet, now you can shift lock_kernel() and
98 individual fs sb_op functions. If you don't need it, remove it.
134 Callers of notify_change() need ->i_mutex now.
246 your method or its parts do not need BKL - better yet, now you can
255 it's safe to remove it. If you don't need it, remove it.
408 has been taken to VFS and filesystems need to provide a non-NULL ->i_op->get_acl
469 need now. Remember that they have opposite orders of arguments ;-/
495 nameidata isn't passed at all - nd_jump_link() doesn't need it and
501 is non-NULL. Note that link body isn't available anymore, so if you need it,