]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/9p/vfs_file.c
Merge branch 'akpm-current/current'
[karo-tx-linux.git] / fs / 9p / vfs_file.c
index f23fd86697ea5ed4234ff96a8dd236b8884e6026..7bf835f85bc822ef1119b639be82619af066d326 100644 (file)
@@ -231,7 +231,8 @@ out_unlock:
        if (res < 0 && fl->fl_type != F_UNLCK) {
                fl_type = fl->fl_type;
                fl->fl_type = F_UNLCK;
-               res = locks_lock_file_wait(filp, fl);
+               /* Even if this fails we want to return the remote error */
+               locks_lock_file_wait(filp, fl);
                fl->fl_type = fl_type;
        }
 out: