commit | 835a36ca4a4cd9da557318c0e213346644a4b2c8 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Wed Feb 10 16:21:33 2010 -0500 |
committer | Steve French <sfrench@us.ibm.com> | Tue Feb 23 23:28:43 2010 +0000 |
tree | 4e8f1231fd3f235628a77dd7bf3ce561a8b01abf | |
parent | 96c03bccc7defb1f0d486165af5c0b8590f56c11 [diff] |
cifs: set server_eof in cifs_fattr_to_inode Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c index 5e9cc9c..8bdbc81 100644 --- a/fs/cifs/inode.c +++ b/fs/cifs/inode.c
@@ -111,6 +111,7 @@ cifs_i->delete_pending = fattr->cf_flags & CIFS_FATTR_DELETE_PENDING; + cifs_i->server_eof = fattr->cf_eof; /* * Can't safely change the file size here if the client is writing to * it due to potential races.