When applying this patch from March 3rd, creating a file system, and then
unmounting and remounting xfs filesystems gives me the following error:
Mar 10 13:04:07 localhost kernel: XFS mounting filesystem lvm(58,1)
Mar 10 13:04:07 localhost kernel: Filesystem "lvm(58,1)": Failed to
initialize disk quotas.
We're using the -o rw,nodev,noatime,quota mount options. Mounting without
the quota option doesn't generate the error. Using a CVS take from March
6th does the same thing, but dumps a stack trace as well.
Any ideas?
Thanks,
Erik Habbinga
Hewlett Packard
Remove an unused parameter from pagebuf_lookup. Ensure we don't mark
a page uptodate in the bsize==pgsize case when we didn't do IO to the
entire page.
Date: Mon Mar 3 18:17:57 PST 2003
Workarea: snort.melbourne.sgi.com:/home/nathans/pagebuf
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:140809a
linux/fs/xfs/pagebuf/page_buf.c - 1.100
- Remove an unused parameter from pagebuf_lookup. Ensure we don't
mark
a page uptodate in the bsize==pgsize case when we didn't do IO to
the
entire page.
linux/fs/xfs/pagebuf/page_buf.h - 1.59
linux/fs/xfs/linux/xfs_aops.c - 1.19
- Remove an unused parameter from pagebuf_lookup.
|