* [PATCH] Remove prototypes of nonexistent functions from fs/cifs files
@ 2004-07-18 18:49 Carl Spalletta
0 siblings, 0 replies; 2+ messages in thread
From: Carl Spalletta @ 2004-07-18 18:49 UTC (permalink / raw)
To: linux-kernel; +Cc: sfrench
diff -ru linux-2.6.7-orig/fs/cifs/cifsfs.h linux-2.6.7-new/fs/cifs/cifsfs.h
--- linux-2.6.7-orig/fs/cifs/cifsfs.h 2004-06-15 22:19:01.000000000 -0700
+++ linux-2.6.7-new/fs/cifs/cifsfs.h 2004-07-18 08:43:49.000000000 -0700
@@ -32,14 +32,10 @@
#define TRUE 1
#endif
-extern int map_cifs_error(int error_class, int error_code,
- int status_codes_negotiated);
-
extern struct address_space_operations cifs_addr_ops;
/* Functions related to super block operations */
extern struct super_operations cifs_super_ops;
-extern void cifs_put_inode(struct inode *);
extern void cifs_read_inode(struct inode *);
extern void cifs_delete_inode(struct inode *);
/* extern void cifs_write_inode(struct inode *); *//* BB not needed yet */
diff -ru linux-2.6.7-orig/fs/cifs/cifsproto.h linux-2.6.7-new/fs/cifs/cifsproto.h
--- linux-2.6.7-orig/fs/cifs/cifsproto.h 2004-06-15 22:18:55.000000000 -0700
+++ linux-2.6.7-new/fs/cifs/cifsproto.h 2004-07-18 08:45:36.000000000 -0700
@@ -214,30 +214,6 @@
extern void CalcNTLMv2_partial_mac_key(struct cifsSesInfo *, struct nls_table *);
extern void CalcNTLMv2_response(const struct cifsSesInfo *,char * );
-extern int CIFSBuildServerList(int xid, char *serverBufferList,
- int recordlength, int *entries,
- int *totalEntries, int *topoChangedFlag);
-extern int CIFSSMBQueryShares(int xid, struct cifsTconInfo *tcon,
- struct shareInfo *shareList, int bufferLen,
- int *entries, int *totalEntries);
-extern int CIFSSMBQueryAlias(int xid, struct cifsTconInfo *tcon,
- struct aliasInfo *aliasList, int bufferLen,
- int *entries, int *totalEntries);
-extern int CIFSSMBAliasInfo(int xid, struct cifsTconInfo *tcon,
- char *aliasName, char *serverName,
- char *shareName, char *comment);
-extern int CIFSSMBGetShareInfo(int xid, struct cifsTconInfo *tcon,
- char *share, char *comment);
-extern int CIFSSMBGetUserPerms(int xid, struct cifsTconInfo *tcon,
- char *userName, char *searchName, int *perms);
-extern int CIFSSMBSync(int xid, struct cifsTconInfo *tcon, int netfid, int pid);
-
-extern int CIFSSMBSeek(int xid,
- struct cifsTconInfo *tcon,
- int netfid,
- int pid,
- int whence, unsigned long offset, long long *newoffset);
-
extern int CIFSSMBCopy(int xid,
struct cifsTconInfo *source_tcon,
const char *fromName,
diff -ru linux-2.6.7-orig/fs/cifs/smbencrypt.c linux-2.6.7-new/fs/cifs/smbencrypt.c
--- linux-2.6.7-orig/fs/cifs/smbencrypt.c 2004-06-15 22:19:23.000000000 -0700
+++ linux-2.6.7-new/fs/cifs/smbencrypt.c 2004-07-18 08:46:05.000000000 -0700
@@ -70,8 +70,6 @@
void NTLMSSPOWFencrypt(unsigned char passwd[8],
unsigned char *ntlmchalresp, unsigned char p24[24]);
void SMBNTencrypt(unsigned char *passwd, unsigned char *c8, unsigned char *p24);
-int decode_pw_buffer(char in_buffer[516], char *new_pwrd,
- int new_pwrd_size, __u32 * new_pw_len);
/*
This implements the X/Open SMB password encryption
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] Remove prototypes of nonexistent functions from fs/cifs files
@ 2004-07-19 15:36 Steven French
0 siblings, 0 replies; 2+ messages in thread
From: Steven French @ 2004-07-19 15:36 UTC (permalink / raw)
To: linux-kernel, cspalletta
I have now removed the dead prototypes via the following changeset into
the cifs development bk tree. See patch:
http://cifs.bkbits.net:8080/linux-2.5cifs/gnupatch@40fb3f61nxIM7ayUoQkK7NCPxdqEuw
but it may be a week or more before it gets merged due to OLS. Thanks
for pointing these out.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-07-19 3:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-19 15:36 [PATCH] Remove prototypes of nonexistent functions from fs/cifs files Steven French
-- strict thread matches above, loose matches on Subject: below --
2004-07-18 18:49 Carl Spalletta
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox