[UPATCH,TRIVIAL] generic_fillattr() duplicate line. (fwd)

From: Adrian Bunk (bunk@fs.tum.de)
Date: Sat Nov 02 2002 - 14:26:06 EST


Hi Al,

while looking through some old linux-kernel mails I found the mail below.
The duplicate line was introduced by your
  [PATCH] (1/5) beginning of getattr series.
patch and is still present in 2.5.45.

cu
Adrian

---------- Forwarded message ----------
Date: Sat, 27 Jul 2002 06:48:11 +0400
From: Oleg Nesterov <oleg@tv-sign.ru>
To: linux-kernel@vger.kernel.org
Subject: [UPATCH,TRIVIAL] generic_fillattr() duplicate line.

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/

-
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/



This archive was generated by hypermail 2b29 : Thu Nov 07 2002 - 22:00:26 EST