linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/1] LZO INCOMPAT Checking
@ 2012-07-20 22:16 Mitch Harder
  2012-07-20 22:16 ` [PATCH v3 1/1] Btrfs: Check INCOMPAT flags on remount and add helper function Mitch Harder
  0 siblings, 1 reply; 4+ messages in thread
From: Mitch Harder @ 2012-07-20 22:16 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Mitch Harder

The following patch is against Josef's btrfs-next repository,
and depends on Arnd Hannemann's patch:
"Btrfs: allow mount -o remount,compress=no"

The method was based on a previous example of checking for
lzo INCOMPAT used by Li Zefan when defragmenting with explicit
compression ("btrfs: Allow to specify compress method when defrag")
in ioctl.c.

Based on feedback on IRC, the two patch version presented in the
previous version has been consolidated into a single patch, and
the helper function was converted to a static inline function.

Mitch Harder (1):
  Btrfs: Check INCOMPAT flags on remount and add helper function

 fs/btrfs/ctree.h |   13 +++++++++++++
 fs/btrfs/ioctl.c |    7 +------
 fs/btrfs/super.c |    1 +
 3 files changed, 15 insertions(+), 6 deletions(-)

-- 
1.7.8.6


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-07-24 12:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-20 22:16 [PATCH v3 0/1] LZO INCOMPAT Checking Mitch Harder
2012-07-20 22:16 ` [PATCH v3 1/1] Btrfs: Check INCOMPAT flags on remount and add helper function Mitch Harder
2012-07-23  1:15   ` Li Zefan
2012-07-24 12:11   ` David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).