login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
April
»
28
Re: [RFC PATCH 26/26] UBIFS: include FS to compilation
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Adrian Hunter
Subject:
Re: [RFC PATCH 26/26] UBIFS: include FS to compilation
Date: Monday, April 28, 2008 - 12:09 am
ext Christoph Hellwig wrote:
quoted text
> On Tue, Apr 01, 2008 at 11:51:50AM +0300, Artem Bityutskiy wrote: >>> But these don't make much sense to me. Why would you want to be able >>> to compile out printks at this granularity? Why not enable all of them >>> when CONFIG_UBIFS_FS_DEBUG is enabled? >> Well, its just more convenient for us. If I know the bug is somewhere in >> the journal, I enable the journal messages - less flooding. We may >> lessen the amount, but it is still handy to have some classes of >> prints separate. > > It's everything but convenient :) Please make it one config option to > compile in all debug code and then have a module option to select the > verbosity level at runtime.
Surely that judgement should be made by people who actually debug UBIFS. --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
Re: [RFC PATCH 20/26] UBIFS: add VFS operations
, Andi Kleen
, (Thu Mar 27, 6:36 am)
Re: [RFC PATCH 20/26] UBIFS: add VFS operations
, Artem Bityutskiy
, (Thu Mar 27, 6:42 am)
[RFC PATCH] UBIFS - new flash file system
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 01/26] VFS: introduce writeback_inodes_sb()
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 02/26] UBIFS: add I/O sub-system
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 03/26] UBIFS: add flash scanning
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 04/26] UBIFS: add journal replay
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 05/26] UBIFS: add file-system build
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 06/26] UBIFS: add superblock and master node
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 07/26] UBIFS: add file-system recovery
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 08/26] UBIFS: add compression support
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 09/26] UBIFS: add key helpers
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 10/26] UBIFS: add the journal
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 11/26] UBIFS: add commit functionality
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 12/26] UBIFS: add TNC implementation
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 13/26] UBIFS: add TNC commit implementation
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 14/26] UBIFS: add TNC shrinker
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 15/26] UBIFS: add LEB properties
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 16/26] UBIFS: add LEB properties tree
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 17/26] UBIFS: add LEB properties tree
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 18/26] UBIFS: add LEB find subsystem
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 19/26] UBIFS: add Garbage Collector
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 20/26] UBIFS: add VFS operations
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 21/26] UBIFS: add budgeting
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 22/26] UBIFS: add extended attribute support
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 23/26] UBIFS: add orphans handling sub-system
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 24/26] UBIFS: add header files
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 25/26] UBIFS: add debugging stuff
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
[RFC PATCH 26/26] UBIFS: include FS to compilation
, Artem Bityutskiy
, (Thu Mar 27, 7:55 am)
Re: [RFC PATCH] UBIFS - new flash file system
, Josh Boyer
, (Thu Mar 27, 9:20 am)
Re: [RFC PATCH] UBIFS - new flash file system
, Artem Bityutskiy
, (Thu Mar 27, 11:17 pm)
Re: [RFC PATCH] UBIFS - new flash file system
, Artem Bityutskiy
, (Thu Mar 27, 11:45 pm)
Re: [RFC PATCH 05/26] UBIFS: add file-system build
, Andrew Morton
, (Fri Mar 28, 3:12 am)
Re: [RFC PATCH 05/26] UBIFS: add file-system build
, Artem Bityutskiy
, (Fri Mar 28, 4:04 am)
Re: [RFC PATCH] UBIFS - new flash file system
, Jan Engelhardt
, (Mon Mar 31, 5:29 am)
Re: [RFC PATCH] UBIFS - new flash file system
, Adrian Hunter
, (Mon Mar 31, 5:47 am)
Re: [RFC PATCH] UBIFS - new flash file system
, Jörn
, (Mon Mar 31, 6:20 am)
Re: [RFC PATCH] UBIFS - new flash file system
, Jörn
, (Mon Mar 31, 6:40 am)
Re: [RFC PATCH] UBIFS - new flash file system
, Artem Bityutskiy
, (Mon Mar 31, 7:00 am)
Re: [RFC PATCH] UBIFS - new flash file system
, Jörn
, (Mon Mar 31, 10:17 am)
Re: [RFC PATCH] UBIFS - new flash file system
, Pekka Enberg
, (Mon Mar 31, 1:49 pm)
Re: [RFC PATCH 25/26] UBIFS: add debugging stuff
, Pekka Enberg
, (Mon Mar 31, 2:00 pm)
Re: [RFC PATCH] UBIFS - new flash file system
, Jörn
, (Mon Mar 31, 2:21 pm)
Re: [RFC PATCH 19/26] UBIFS: add Garbage Collector
, Arnd Bergmann
, (Mon Mar 31, 7:11 pm)
UBIFS vs Logfs (was [RFC PATCH] UBIFS - new flash file system)
, Artem Bityutskiy
, (Mon Mar 31, 10:26 pm)
Re: UBIFS vs Logfs (was [RFC PATCH] UBIFS - new flash file ...
, Artem Bityutskiy
, (Mon Mar 31, 10:28 pm)
Re: UBIFS vs Logfs (was [RFC PATCH] UBIFS - new flash file ...
, Artem Bityutskiy
, (Mon Mar 31, 10:56 pm)
Re: [RFC PATCH] UBIFS - new flash file system
, Artem Bityutskiy
, (Mon Mar 31, 11:00 pm)
Re: [RFC PATCH 25/26] UBIFS: add debugging stuff
, Artem Bityutskiy
, (Mon Mar 31, 11:20 pm)
Re: [RFC PATCH 25/26] UBIFS: add debugging stuff
, Pekka Enberg
, (Tue Apr 1, 12:33 am)
Re: [RFC PATCH 26/26] UBIFS: include FS to compilation
, Pekka Enberg
, (Tue Apr 1, 12:39 am)
Re: [RFC PATCH 25/26] UBIFS: add debugging stuff
, Pekka Enberg
, (Tue Apr 1, 12:43 am)
Re: [RFC PATCH 25/26] UBIFS: add debugging stuff
, Artem Bityutskiy
, (Tue Apr 1, 1:32 am)
Re: [RFC PATCH 25/26] UBIFS: add debugging stuff
, Adrian Hunter
, (Tue Apr 1, 1:34 am)
Re: [RFC PATCH 26/26] UBIFS: include FS to compilation
, Artem Bityutskiy
, (Tue Apr 1, 1:51 am)
Re: [RFC PATCH 25/26] UBIFS: add debugging stuff
, Pekka Enberg
, (Tue Apr 1, 2:00 am)
Re: [RFC PATCH 25/26] UBIFS: add debugging stuff
, Artem Bityutskiy
, (Tue Apr 1, 2:04 am)
Re: [RFC PATCH 26/26] UBIFS: include FS to compilation
, Pekka Enberg
, (Tue Apr 1, 2:15 am)
Re: UBIFS vs Logfs (was [RFC PATCH] UBIFS - new flash file ...
, Jörn
, (Tue Apr 1, 2:19 am)
Re: [RFC PATCH 26/26] UBIFS: include FS to compilation
, Artem Bityutskiy
, (Tue Apr 1, 2:25 am)
Re: UBIFS vs Logfs (was [RFC PATCH] UBIFS - new flash file ...
, Jörn
, (Tue Apr 1, 2:25 am)
Re: UBIFS vs Logfs (was [RFC PATCH] UBIFS - new flash file ...
, Artem Bityutskiy
, (Tue Apr 1, 2:39 am)
Re: UBIFS vs Logfs (was [RFC PATCH] UBIFS - new flash file ...
, Artem Bityutskiy
, (Tue Apr 1, 2:46 am)
Re: [RFC PATCH 26/26] UBIFS: include FS to compilation
, Pekka Enberg
, (Tue Apr 1, 3:04 am)
Re: [RFC PATCH 26/26] UBIFS: include FS to compilation
, Artem Bityutskiy
, (Tue Apr 1, 3:26 am)
Re: UBIFS vs Logfs (was [RFC PATCH] UBIFS - new flash file ...
, Jörn
, (Tue Apr 1, 3:51 am)
Re: UBIFS vs Logfs (was [RFC PATCH] UBIFS - new flash file ...
, Jörn
, (Tue Apr 1, 4:16 am)
Re: UBIFS vs Logfs (was [RFC PATCH] UBIFS - new flash file ...
, Artem Bityutskiy
, (Tue Apr 1, 4:17 am)
Re: [RFC PATCH 26/26] UBIFS: include FS to compilation
, Pekka Enberg
, (Tue Apr 1, 4:33 am)
Re: [RFC PATCH 26/26] UBIFS: include FS to compilation
, Artem Bityutskiy
, (Tue Apr 1, 4:56 am)
Re: [RFC PATCH 20/26] UBIFS: add VFS operations
, Pekka Enberg
, (Tue Apr 1, 5:08 am)
Re: [RFC PATCH 20/26] UBIFS: add VFS operations
, Artem Bityutskiy
, (Tue Apr 1, 5:42 am)
Re: [RFC PATCH 20/26] UBIFS: add VFS operations
, Pekka Enberg
, (Tue Apr 1, 6:12 am)
Re: [RFC PATCH 20/26] UBIFS: add VFS operations
, Artem Bityutskiy
, (Tue Apr 1, 7:04 am)
Re: [RFC PATCH 20/26] UBIFS: add VFS operations
, Adrian Hunter
, (Tue Apr 1, 8:14 am)
Re: [RFC PATCH] UBIFS - new flash file system
, Thomas Gleixner
, (Fri Apr 18, 2:05 am)
Re: [RFC PATCH 26/26] UBIFS: include FS to compilation
, Christoph Hellwig
, (Sat Apr 26, 2:35 am)
Re: [RFC PATCH 26/26] UBIFS: include FS to compilation
, Christoph Hellwig
, (Sat Apr 26, 2:37 am)
Re: [RFC PATCH 26/26] UBIFS: include FS to compilation
, Adrian Hunter
, (Mon Apr 28, 12:09 am)
Re: [RFC PATCH 26/26] UBIFS: include FS to compilation
, Adrian Hunter
, (Mon Apr 28, 12:10 am)
Re: [RFC PATCH 26/26] UBIFS: include FS to compilation
, ext Christoph Hellwig
, (Mon Apr 28, 2:00 am)
Re: [RFC PATCH 26/26] UBIFS: include FS to compilation
, ext Christoph Hellwig
, (Mon Apr 28, 2:03 am)
Re: [RFC PATCH 26/26] UBIFS: include FS to compilation
, Adrian Hunter
, (Mon Apr 28, 4:23 am)
Re: [RFC PATCH 26/26] UBIFS: include FS to compilation
, ext ext Christoph He ...
, (Mon Apr 28, 4:39 am)
Re: [RFC PATCH 26/26] UBIFS: include FS to compilation
, Adrian Hunter
, (Mon Apr 28, 5:25 am)
Re: [RFC PATCH 26/26] UBIFS: include FS to compilation
, Christoph Hellwig
, (Mon Apr 28, 6:02 am)
Re: [RFC PATCH 26/26] UBIFS: include FS to compilation
, Adrian Hunter
, (Wed Apr 30, 12:04 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 041/196] kobject: add kobject_init_and_add function
Lukas Hejtmanek
Re: Another libata error related to OCZ SSD
Greg Kroah-Hartman
[PATCH 023/196] MCP_UCB1200: Convert from class_device to device
Florian Fainelli
Re: System clock runs too fast after 2.6.27 -> 2.6.28.1 upgrade
Christoph Lameter
[patch 1/4] mmu_notifier: Core code
git
:
Johannes Schindelin
Re: [PATCH 1/2] Add strbuf_initf()
John Bito
[EGIT] Push to GitHub caused corruption
Jakub Narebski
Re: [PATCH 0/2] gitweb: patch view
Junio C Hamano
Re: [PATCH] When a remote is added but not fetched, tell the user.
Andy Parkins
Re: [RFC] Submodules in GIT
git-commits-head
:
Linux Kernel Mailing List
ahci: Workaround HW bug for SB600/700 SATA controller PMP support
Linux Kernel Mailing List
V4L/DVB (11086): au0828: rename macro for currently non-function VBI support
Linux Kernel Mailing List
ceph: client types
Linux Kernel Mailing List
ceph: on-wire types
Linux Kernel Mailing List
crypto: chainiv - Use kcrypto_wq instead of keventd_wq
linux-netdev
:
Andrew Morton
Re: [Bugme-new] [Bug 14969] New: b44: WOL does not work in suspended state
Giuseppe CAVALLARO
Re: [PATCH 03/13] stmmac: add the new Header file for stmmac platform data
Taku Izumi
[PATCH 3/3] ixgbe: add registers etc. printout code just before resetting adapters
Eric Dumazet
rps: some comments
Thomas Gleixner
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
openbsd-misc
:
Stephan Andreas
problems with login after xlock in OpenBSD release 4.7
pmc
Make A Change. Alcoholism and Drug Addiction Treatment
ropers
Re: what exactly is enc0?
Fuad NAHDI
Re: What does your environment look like?
Matthew Szudzik
Typo on OpenBSD 4.4 CD Set
Colocation donated by:
Syndicate