[linux-cifs-client] [PATCH] CIFS: Remove duplicate macro in cifsglob.h

Suresh Jayaraman sjayaraman at novell.com
Thu Nov 22 14:28:40 GMT 2007


Remove the duplicate macro in fs/cifs/cifsglob.h and possibly obsolete
comment.

Signed-off-by: Suresh Jayaraman <sjayaraman at suse.de>

---

 fs/cifs/cifsglob.h |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
index 87f51f2..19637d8 100644
--- a/fs/cifs/cifsglob.h
+++ b/fs/cifs/cifsglob.h
@@ -69,13 +69,6 @@
 #define XATTR_DOS_ATTRIB "user.DOSATTRIB"
 #endif

-/*
- * This information is kept on every Server we know about.
- *
- * Some things to note:
- *
- */
-#define SERVER_NAME_LEN_WITH_NULL	(SERVER_NAME_LENGTH + 1)

 /*
  * CIFS vfs client Status information (based on what we know.)



More information about the linux-cifs-client mailing list