Commit 4e0ef48e authored by Steve French's avatar Steve French

Merge bk://cifs.bkbits.net/linux-2.5cifs

into stevef95.austin.ibm.com:/usr/src/bk/linux-2.5cifs
parents a50d68bd fa5f6481
...@@ -607,7 +607,6 @@ cifs_partialpagewrite(struct page *page,unsigned from, unsigned to) ...@@ -607,7 +607,6 @@ cifs_partialpagewrite(struct page *page,unsigned from, unsigned to)
FreeXid(xid); FreeXid(xid);
return -EFAULT; return -EFAULT;
} else if(!mapping->host) { } else if(!mapping->host) {
kunmap(page);
FreeXid(xid); FreeXid(xid);
return -EFAULT; return -EFAULT;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment