Re: resizing file system

2010-09-11 Thread Matteo Frigo
to code a little utility that grows an unmounted file system. (Later we'll worry about shrinking and online resize.) You allude to an experimental resize feature. Do you have code that I can adapt to the current version? Thanks, Matteo Frigo -- To unsubscribe from this list: send the line

[PATCH] Compare device number rather than device name for mount check.

2010-09-11 Thread Matteo Frigo
/dm-X.) This patch, borrowed from the analogous check in e2fsprogs, compares the device number (field st_rdev of struct stat) rather than the device name. Signed-off-by: Matteo Frigo ath...@fftw.org --- configure.ac |3 +- sbin/nilfs-tune/nilfs-tune.c | 69