Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID arg
authorJeff Layton <jlayton@redhat.com>
Sat, 2 Aug 2008 11:26:12 +0000 (07:26 -0400)
committerSteve French <sfrench@us.ibm.com>
Wed, 6 Aug 2008 04:24:50 +0000 (04:24 +0000)
commit2dd2dfa060650118661422d4e666ac804c388751
tree6dd3fb4e1dbe9a6119f17bf0defb12660f2be9a5
parent6fc000e5190234c7e5b244d1e2095d50b630d63f
Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID arg

The new name is more clear since this is also used to set file
attributes. We'll need the pid_of_opener arg so that we can
pass in filehandles of other pids and spare ourselves an open
call.

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