]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/udf/dir.c
udf: kill useless file header comments for vfs method implementations
[linux-2.6-omap-h63xx.git] / fs / udf / dir.c
index 8d8643ada1994c55d449f9c63646f1fc71ec597d..31feef916fb7f07df233730c15294a10025986ca 100644 (file)
@@ -188,32 +188,6 @@ static int do_udf_readdir(struct inode *dir, struct file *filp,
        return 0;
 }
 
-/*
- * udf_readdir
- *
- * PURPOSE
- *     Read a directory entry.
- *
- * DESCRIPTION
- *     Optional - sys_getdents() will return -ENOTDIR if this routine is not
- *     available.
- *
- *     Refer to sys_getdents() in fs/readdir.c
- *     sys_getdents() -> .
- *
- * PRE-CONDITIONS
- *     filp                    Pointer to directory file.
- *     buf                     Pointer to directory entry buffer.
- *     filldir                 Pointer to filldir function.
- *
- * POST-CONDITIONS
- *     <return>                >=0 on success.
- *
- * HISTORY
- *     July 1, 1997 - Andrew E. Mileski
- *     Written, tested, and released.
- */
-
 static int udf_readdir(struct file *filp, void *dirent, filldir_t filldir)
 {
        struct inode *dir = filp->f_path.dentry->d_inode;