Files
android_kernel_xiaomi_sm8450/fs/xfs
Jan Rekorajski 8ec6dba258 XFS bug in log recover with quota (bugzilla id 855)
Hi,
I was hit by a bug in linux 2.6.31 when XFS is not able to recover the
log after a crash if fs was mounted with quotas. Gory details in XFS
bugzilla: http://oss.sgi.com/bugzilla/show_bug.cgi?id=855.

It looks like wrong struct is used in buffer length check, and the following
patch should fix the problem.

xfs_dqblk_t has a size of 104+32 bytes, while xfs_disk_dquot_t is 104 bytes
long, and this is exactly what I see in system logs - "XFS: dquot too small
(104) in xlog_recover_do_dquot_trans."

Signed-off-by: Jan Rekorajski <baggins@sith.mimuw.edu.pl>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
2009-11-17 10:26:38 -06:00
..
2009-03-30 10:21:31 +02:00
2009-06-10 17:07:47 +02:00
2009-06-10 17:07:47 +02:00
2009-09-01 12:45:48 -05:00
2009-08-31 14:46:21 -05:00
2009-06-10 17:07:47 +02:00
2009-03-29 19:26:46 +02:00
2008-07-28 16:58:35 +10:00
2008-02-07 18:14:38 +11:00
2009-03-29 09:55:42 +02:00
2009-03-29 09:51:14 +02:00
2009-03-29 09:51:08 +02:00
2007-10-15 16:49:49 +10:00
2009-03-29 09:55:42 +02:00
2007-10-15 16:49:49 +10:00
2009-03-29 09:55:42 +02:00
2009-03-29 09:51:08 +02:00
2008-12-01 11:37:35 +11:00
2008-10-30 17:53:24 +11:00
2009-06-08 15:35:48 +02:00
2009-03-29 09:55:42 +02:00
2009-09-01 12:46:16 -05:00
2009-09-01 12:46:16 -05:00
2009-08-31 14:46:22 -05:00
2009-06-10 17:07:47 +02:00
2009-04-06 18:49:12 +02:00
2009-03-16 08:19:29 +01:00
2009-06-08 15:33:32 +02:00
2009-03-29 09:55:42 +02:00
2009-09-01 12:45:57 -05:00
2009-09-01 12:45:57 -05:00
2009-03-29 09:55:42 +02:00
2009-08-31 14:46:22 -05:00
2009-09-01 12:46:16 -05:00
2009-03-29 09:55:42 +02:00
2009-06-08 15:33:32 +02:00
2009-06-10 17:07:47 +02:00
2008-10-30 16:55:13 +11:00