[UPATCH,TRIVIAL] generic_fillattr() duplicate line.

Oleg Nesterov (oleg@tv-sign.ru)
Sat, 27 Jul 2002 06:48:11 +0400


Hello.

--- linux-2.5.28/fs/stat.c~ Sat Jul 6 18:33:10 2002
+++ linux-2.5.28/fs/stat.c Sat Jul 27 06:23:17 2002
@@ -27,7 +27,6 @@
stat->atime = inode->i_atime;
stat->mtime = inode->i_mtime;
stat->ctime = inode->i_ctime;
- stat->ctime = inode->i_ctime;
stat->size = inode->i_size;
stat->blocks = inode->i_blocks;
stat->blksize = inode->i_blksize;

Oleg.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/