[CIFS] fix some settings of cifsAttrs after calling SetFileInfo and SetPathInfo
authorJeff Layton <jlayton@redhat.com>
Mon, 6 Oct 2008 21:54:41 +0000 (21:54 +0000)
committerSteve French <sfrench@us.ibm.com>
Mon, 6 Oct 2008 21:54:41 +0000 (21:54 +0000)
commit6b37faa175311128dc920aaa57a5f7fab85537d7
treeb01a801464cfbb0749efa712bea857fe4a11b915
parentdfd15c46a6c2cafb006183c0c14f07e59eee4ac0
[CIFS] fix some settings of cifsAttrs after calling SetFileInfo and SetPathInfo

We only need to set them when we call SetFileInfo or SetPathInfo
directly, and as soon as possible after then. We had one place setting
it where it didn't need to be, and another place where it was missing.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/inode.c