ufs: make solaris fsck happy
authorEvgeniy Dushistov <dushistov@mail.ru>
Wed, 10 Mar 2010 23:21:55 +0000 (15:21 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Mar 2010 23:52:35 +0000 (15:52 -0800)
commitad25ad979a309963e580015d57e4ec7da72bb7d4
tree4e9210ba541eceae3c5e7779e498873557fc4130
parentb3a0fd4d877fe7692901b5867ba7cbd3f6d19d22
ufs: make solaris fsck happy

Alex Viskovatoff let me know that after copying data to solaris's ufs from
linux, solaris's fsck sees some errors in cylinder summary information.
This is because of solaris expects find some data on another places, then
curernt implementation save it.  This patch fixes this issue.  It is
tested by me, and also Alex reported that it works for him.

Signed-off-by: Evgeniy Dushistov <dushistov@mail.ru>
Reported-by: Alex Viskovatoff <viskovatoff@imap.cc>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ufs/ufs_fs.h