commit | 8116bf4cb62d337c953cfa5369ef4cf83e73140c | [log] [tgz] |
---|---|---|
author | Jeff Layton <jeff.layton@primarydata.com> | Wed Jan 21 20:44:01 2015 -0500 |
committer | Jeff Layton <jeff.layton@primarydata.com> | Wed Jan 21 20:44:01 2015 -0500 |
tree | 8feb67e4e034365d84fcf59c397f2e2b2867c68b | |
parent | 3d8e560de4a076b302cb0cc17e998aaace2b176a [diff] [blame] |
locks: update comments that refer to inode->i_flock Signed-off-by: Jeff Layton <jlayton@primarydata.com>
diff --git a/fs/locks.c b/fs/locks.c index 2fc36b3..4d0d411 100644 --- a/fs/locks.c +++ b/fs/locks.c
@@ -2212,7 +2212,7 @@ */ /* * we need that spin_lock here - it prevents reordering between - * update of inode->i_flock and check for it done in close(). + * update of i_flctx->flc_posix and check for it done in close(). * rcu_read_lock() wouldn't do. */ spin_lock(¤t->files->file_lock);