Commit cac51a1f authored by Adrian Bunk's avatar Adrian Bunk Committed by Christoph Hellwig

[PATCH] generic_fillattr() duplicate line. (fwd)

The duplicate line was introduced by Al's
   [PATCH] (1/5) beginning of getattr series.
patch and is still present in 2.5.45.
parent e8019c97
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment