Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

lockd: update nlm_lookup_file reexport comment

Update comment to reflect that we *do* allow reexport, whether it's a
good idea or not....

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>

authored by

J. Bruce Fields and committed by
Chuck Lever
b661601a a81041b7

+3 -2
+3 -2
fs/lockd/svcsubs.c
··· 111 111 INIT_HLIST_NODE(&file->f_list); 112 112 INIT_LIST_HEAD(&file->f_blocks); 113 113 114 - /* Open the file. Note that this must not sleep for too long, else 115 - * we would lock up lockd:-) So no NFS re-exports, folks. 114 + /* 115 + * Open the file. Note that if we're reexporting, for example, 116 + * this could block the lockd thread for a while. 116 117 * 117 118 * We have to make sure we have the right credential to open 118 119 * the file.