|
@@ -70,11 +70,9 @@ static int nfs_delegation_claim_locks(struct nfs_open_context *ctx, struct nfs4_
|
|
struct file_lock *fl;
|
|
struct file_lock *fl;
|
|
int status = 0;
|
|
int status = 0;
|
|
|
|
|
|
- if (inode->i_flock == NULL)
|
|
|
|
- return 0;
|
|
|
|
-
|
|
|
|
if (inode->i_flock == NULL)
|
|
if (inode->i_flock == NULL)
|
|
goto out;
|
|
goto out;
|
|
|
|
+
|
|
/* Protect inode->i_flock using the file locks lock */
|
|
/* Protect inode->i_flock using the file locks lock */
|
|
lock_flocks();
|
|
lock_flocks();
|
|
for (fl = inode->i_flock; fl != NULL; fl = fl->fl_next) {
|
|
for (fl = inode->i_flock; fl != NULL; fl = fl->fl_next) {
|