]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] generic_fillattr() duplicate line. (fwd)
authorAdrian Bunk <bunk@fs.tum.de>
Fri, 8 Nov 2002 06:11:38 +0000 (22:11 -0800)
committerChristoph Hellwig <hch@lst.de>
Fri, 8 Nov 2002 06:11:38 +0000 (22:11 -0800)
The duplicate line was introduced by Al's
   [PATCH] (1/5) beginning of getattr series.
patch and is still present in 2.5.45.

fs/stat.c

index 9ba100f50526a571ca23bc505d3ee5d3e2e496d8..bc1dc6c3151407b0af884a3bf74a9c907d7cd62f 100644 (file)
--- a/fs/stat.c
+++ b/fs/stat.c
@@ -28,7 +28,6 @@ void generic_fillattr(struct inode *inode, struct kstat *stat)
        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;