Home
last modified time | relevance | path

Searched hist:b3a6ffe16b5cc48abe7db8d04882dc45280eb693 (Results 1 – 2 of 2) sorted by relevance

/linux/fs/gfs2/
H A DKconfigdiff 0027ce681e3cd49fa34dab023574611f4384291d Tue Jan 06 15:56:26 CET 2009 Steven Whitehouse <swhiteho@redhat.com> GFS2: LSF and LBD are now one and the same

As a result of this recent patch:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=b3a6ffe16b5cc48abe7db8d04882dc45280eb693
We only need to depend on LBD.

Reported-by: Fabio M. Di Nitto <fdinitto@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
/linux/fs/ext4/
H A Dsuper.cdiff b3a6ffe16b5cc48abe7db8d04882dc45280eb693 Fri Dec 12 09:51:16 CET 2008 Jens Axboe <jens.axboe@oracle.com> Get rid of CONFIG_LSF

We have two seperate config entries for large devices/files. One
is CONFIG_LBD that guards just the devices, the other is CONFIG_LSF
that handles large files. This doesn't make a lot of sense, you typically
want both or none. So get rid of CONFIG_LSF and change CONFIG_LBD wording
to indicate that it covers both.

Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>