Are quotas busted in 2.3.26?
I used the .config file from my 2.3.25 build, did a "make oldconfig"
and then "make dep clean bzImage" and this is what I got:
] ld -m elf_i386 -T /mnt2/src/linux-2.3.26/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o \
] --start-group \
] arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o \
] fs/filesystems.a \
] net/network.a \
] drivers/block/block.a drivers/char/char.o drivers/misc/misc.o drivers/parport/parport.a drivers/net/net.a drivers/scsi/scsi.a drivers/cdrom/cdrom.a drivers/pci/pci.a drivers/video/video.a \
] /mnt2/src/linux-2.3.26/arch/i386/lib/lib.a /mnt2/src/linux-2.3.26/lib/lib.a /mnt2/src/linux-2.3.26/arch/i386/lib/lib.a \
] --end-group \
] -o vmlinux
] fs/fs.o: In function `quota_on':
] fs/fs.o(.text+0x165a5): undefined reference to `__umoddi3'
] make: *** [vmlinux] Error 1
] alcove:/usr/src/linux#
I did have quotas enabled. Disabling quotas allows the build to
complete. I'm not totally sure why I had them enabled in the first place,
since I'm not using quotas on this system.
Mike
-- Michael H. Warfield | (770) 985-6132 | mhw@WittsEnd.com (The Mad Wizard) | (770) 331-2437 | http://www.wittsend.com/mhw/ NIC whois: MHW9 | An optimist believes we live in the best of all PGP Key: 0xDF1DD471 | possible worlds. A pessimist is sure of it!
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/