On Sat, Apr 18, 2009 at 12:51:43AM -0700, Michael Rubin wrote: > On Tue, Apr 7, 2009 at 10:20 AM, Curt Wohlgemuth <curtw@xxxxxxxxxx> wrote: > > Hi: > > > > Since we frequently run in memory-constrained systems with many partitions, > > the ~68K for each partition for the mb_history buffer can be excessive. The > > following creates a new proc file under /proc/fs/ext4/ to control the number > > of entries at mount time. > > > > If the notion of a history length tunable is okay, but the location should > > be under /sys/fs/ext4/ instead of /proc/fs/ext4/, I can change this. The > > leftover files under /proc/fs/ext4/<partition>/ are a bit confusing to me. > > > > Does the silence mean that there is no interest in this CL? No, just that you hit the ext4 dev's during the Linux storage and filesystem workshop, and some of us are still trying to catch up from that. This does seem like a reasonable patch. Yes, it should be in /sys/fs/ext4 (and this should actually be easier to support than /proc/fs/ext4). I've left some stuff under /proc because /sys uses the paradigm of returning a single file per individual tunable, which works great for most things, but it's not so hot for things like /proc/fs/ext4/<dev>/mb_history. However, tunables should go under /sys/fs/ext4. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html