From mboxrd@z Thu Jan 1 00:00:00 1970 From: pierre-marc.fournier@polymtl.ca (Pierre-Marc Fournier) Date: Wed, 07 Jan 2009 09:20:27 -0500 Subject: [ltt-dev] [PATCH 1/2] Make lttctl mount debugfs automatically In-Reply-To: <49646208.7070607@cn.fujitsu.com> References: <49646208.7070607@cn.fujitsu.com> Message-ID: <4964BA2B.30200@polymtl.ca> Zhaolei wrote: > lttctl need debugfs mounted, > This patch make lttctl mount debugfs automatically when it is not mounted. > Isn't having a utility such as lttctl mount filesystems against standard unix semantics? Can you give an example of another standard command that uses a filesystem and that tries to mount it if it isn't already mounted? My guess is we should warn about the filesystem not being mounted, but not try to call mount() directly. > Little cleanup also done(combile 2 getdebugfsmntdir() into one). > > Applies on top of ltt-control-0.63-03012009. >