remove unnecessary comment
authorErez_Zadok <ezk@cs.sunysb.edu>
Fri, 1 Jun 2007 04:47:20 +0000 (00:47 -0400)
committerErez_Zadok <ezk@cs.sunysb.edu>
Mon, 23 Jul 2007 00:50:48 +0000 (20:50 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/file.c

index 24a14b3cb55c3134ec5fd7f5403d59e288731c07..62da4e4268dbb030909d40607968cdbc964469bd 100644 (file)
 
 #include "union.h"
 
-/*******************
- * File Operations *
- *******************/
-
 static ssize_t unionfs_read(struct file *file, char __user *buf,
                            size_t count, loff_t *ppos)
 {