X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Fcifs%2Fcifsproto.h;h=32eb1acab6305f94acacb653de3da0b6f050af57;hb=9f6632d6290785caf9e9f874c0a0cfaf2c178e59;hp=6148b82170c40a129b017e9ae4793148126525f1;hpb=c0cd79d11412969b6b8fa1624cdc1277db82e2fe;p=powerpc.git diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 6148b82170..32eb1acab6 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h @@ -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));} extern char *build_path_from_dentry(struct dentry *); 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 *, struct smb_hdr * /* input */ , struct smb_hdr * /* out */ ,