aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs')
-rw-r--r--fs/cifs/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/file.c b/fs/cifs/file.c
index d7c212a38386..398a15a99a1b 100644
--- a/fs/cifs/file.c
+++ b/fs/cifs/file.c
@@ -1362,6 +1362,7 @@ static int cifs_writepages(struct address_space *mapping,
1362 if (!experimEnabled && tcon->ses->server->secMode & 1362 if (!experimEnabled && tcon->ses->server->secMode &
1363 (SECMODE_SIGN_REQUIRED | SECMODE_SIGN_ENABLED)) { 1363 (SECMODE_SIGN_REQUIRED | SECMODE_SIGN_ENABLED)) {
1364 cifsFileInfo_put(open_file); 1364 cifsFileInfo_put(open_file);
1365 kfree(iov);
1365 return generic_writepages(mapping, wbc); 1366 return generic_writepages(mapping, wbc);
1366 } 1367 }
1367 cifsFileInfo_put(open_file); 1368 cifsFileInfo_put(open_file);