cifs: make a separate function for filling out FILE_UNIX_BASIC_INFO
authorJeff Layton <jlayton@redhat.com>
Fri, 10 Jul 2009 00:02:49 +0000 (20:02 -0400)
committerSteve French <sfrench@us.ibm.com>
Thu, 9 Jul 2009 21:15:06 +0000 (21:15 +0000)
commit654cf14ac0a71c56c1f0032140c3403382ca076b
tree6408ddcd7cbb57c05036ae83fc21881464e67b7b
parent01ea95e3b6b16573a491ef98ad63f7a1bdcb504f
cifs: make a separate function for filling out FILE_UNIX_BASIC_INFO

cifs: make a separate function for filling out FILE_UNIX_BASIC_INFO

The SET_FILE_INFO variant will need to do the same thing here. Break
this code out into a separate function that both variants can call.

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