|
@@ -43,7 +43,7 @@ extern void _FreeXid(unsigned int);
|
|
#define FreeXid(curr_xid) {_FreeXid(curr_xid); cFYI(1,("CIFS VFS: leaving %s (xid = %d) rc = %d",__FUNCTION__,curr_xid,(int)rc));}
|
|
#define FreeXid(curr_xid) {_FreeXid(curr_xid); cFYI(1,("CIFS VFS: leaving %s (xid = %d) rc = %d",__FUNCTION__,curr_xid,(int)rc));}
|
|
extern char *build_path_from_dentry(struct dentry *);
|
|
extern char *build_path_from_dentry(struct dentry *);
|
|
extern char *build_wildcard_path_from_dentry(struct dentry *direntry);
|
|
extern char *build_wildcard_path_from_dentry(struct dentry *direntry);
|
|
-extern void renew_parental_timestamps(struct dentry *direntry);
|
|
|
|
|
|
+/* extern void renew_parental_timestamps(struct dentry *direntry);*/
|
|
extern int SendReceive(const unsigned int /* xid */ , struct cifsSesInfo *,
|
|
extern int SendReceive(const unsigned int /* xid */ , struct cifsSesInfo *,
|
|
struct smb_hdr * /* input */ ,
|
|
struct smb_hdr * /* input */ ,
|
|
struct smb_hdr * /* out */ ,
|
|
struct smb_hdr * /* out */ ,
|