All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] "metas" in reiserfs v4 snapshot 2004.03.26
@ 2004-04-07 18:22 Dave Poirier
  2004-04-08  4:45 ` Hubert Chan
  0 siblings, 1 reply; 85+ messages in thread
From: Dave Poirier @ 2004-04-07 18:22 UTC (permalink / raw)
  To: reiserfs-list


----- Original Message -----
From: Hubert Chan <hubert@uhoreg.ca>
Date: Wednesday, April 7, 2004 1:07 pm
Subject: Re: [PATCH] "metas" in reiserfs v4 snapshot 2004.03.26

(snip!)
> Well, I don't know exactly what Mr. Demidov was thinking, but I know
> that one common complaint about Perl is the punctuation in front of
> variable names.  However, for UNIX filesystems, there's a lot of
> precedent for at least a single leading dot in filenames, so I don't
> think it should be a problem to call it ".metas".  It is also not
> something that would be extremely common, so it wouldn't be like
> havinga Perl program pocked with punctuation.  (Alliteration
> unintentional.)
> The leading dot also flags the file as being somewhat "special" -- two
> leading dots would flag it as being more so.  Although my own personal
> sense of aesthetics is biased against two dots, using two dots
> would be
> well justified, and I personally wouldn't consider it a critical
> issue.
(snip!)

I was thinking from a user point of view when browsing a directory structure or even simply listing files, normally files/directories starting with a single dot are hidden (by default), and in graphical modes their icons are shaded to signify they are special files/directories.

I believe it would make sense to have the "metas" folder hidden or shaded rather than always displayed, it would be less intrusive for users not requiring access to those files.

Sorry for the intrusion, I'm kindof new to this list, looking forward to collaborate with you all,

Dave Poirier
Unununium Operating System
http://unununium.org/


^ permalink raw reply	[flat|nested] 85+ messages in thread
[parent not found: <no.id>]
* [PATCH] "metas" in reiserfs v4 snapshot 2004.03.26
@ 2004-03-27 14:37 Piotr Neuman
  2004-03-28 16:40 ` Hans Reiser
  0 siblings, 1 reply; 85+ messages in thread
From: Piotr Neuman @ 2004-03-27 14:37 UTC (permalink / raw)
  To: Reiserfs-List

[-- Attachment #1: Type: text/plain, Size: 833 bytes --]

The new naming scheme for plugins ("metas" in snapshot 2004.03.26) may on 
certain occasions cause name clashes. This patch changes "metas" into 
"..metas" which should avoid this problem in most cases.

This is a very simple patch so changing "..metas" that to any other desired 
value is also easy.

Regards to reiser4 team.

diff -ruN /home/peter/linux/fs/reiser4/plugin/pseudo/pseudo.c 
linux/fs/reiser4/plugin/pseudo/pseudo.c
--- /home/peter/linux/fs/reiser4/plugin/pseudo/pseudo.c	2004-03-27 
14:50:58.000000000 +0100
+++ linux/fs/reiser4/plugin/pseudo/pseudo.c	2004-03-27 14:51:19.788181928 
+0100
@@ -1224,7 +1224,7 @@
 			.type_id = REISER4_PSEUDO_PLUGIN_TYPE,
 			.id = PSEUDO_METAS_ID,
 			.pops = NULL,
-			.label = "metas",
+			.label = "..metas",
 			.desc = "meta-files",
 			.linkage = TYPE_SAFE_LIST_LINK_ZERO
 		},

[-- Attachment #2: reiser4.metas.patch --]
[-- Type: text/x-diff, Size: 502 bytes --]

diff -ruN /home/peter/linux/fs/reiser4/plugin/pseudo/pseudo.c linux/fs/reiser4/plugin/pseudo/pseudo.c
--- /home/peter/linux/fs/reiser4/plugin/pseudo/pseudo.c	2004-03-27 14:50:58.000000000 +0100
+++ linux/fs/reiser4/plugin/pseudo/pseudo.c	2004-03-27 14:51:19.788181928 +0100
@@ -1224,7 +1224,7 @@
 			.type_id = REISER4_PSEUDO_PLUGIN_TYPE,
 			.id = PSEUDO_METAS_ID,
 			.pops = NULL,
-			.label = "metas",
+			.label = "..metas",
 			.desc = "meta-files",
 			.linkage = TYPE_SAFE_LIST_LINK_ZERO
 		},

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

end of thread, other threads:[~2004-05-17  6:59 UTC | newest]

Thread overview: 85+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-07 18:22 [PATCH] "metas" in reiserfs v4 snapshot 2004.03.26 Dave Poirier
2004-04-08  4:45 ` Hubert Chan
     [not found] <no.id>
2004-04-01  5:46 ` The Amazing Dragon
2004-04-01  6:53   ` Grant Miner
2004-04-01 13:00   ` Alexander G. M. Smith
2004-04-01 16:31     ` Narcoleptic Electron
2004-04-01 16:37       ` Christian Iversen
2004-04-01 17:14         ` Christian Mayrhuber
2004-04-02 16:04       ` Narcoleptic Electron
2004-04-02 16:20       ` Hans Reiser
2004-04-02 17:27         ` Narcoleptic Electron
2004-04-03 17:59           ` Hans Reiser
2004-04-03 19:34             ` cami
2004-04-04  3:22             ` Narcoleptic Electron
2004-04-04  4:28               ` Hubert Chan
2004-04-04  4:31                 ` Christian Iversen
2004-04-04  5:21                   ` Narcoleptic Electron
2004-04-10 23:42                   ` Beni Cherniavsky
2004-04-13 18:07                     ` Narcoleptic Electron
2004-04-13 18:14                       ` Hans Reiser
2004-04-13 19:14                         ` John D. Heintz
2004-04-04  5:02                 ` Grant Miner
2004-04-04 12:50                   ` Hubert Chan
2004-04-04  5:00               ` Grant Miner
2004-04-03  6:10 ` The Amazing Dragon
2004-04-05  4:01 ` The Amazing Dragon
2004-04-05  5:01   ` Hubert Chan
2004-04-05 15:22     ` Marcelo Pacheco
2004-04-06 14:30       ` Hans Reiser
2004-04-06 16:34         ` Nikita Danilov
2004-04-06 16:45         ` Valdis.Kletnieks
2004-04-06 18:28           ` camis
2004-04-06 19:05             ` Nikita Danilov
2004-04-06 19:14               ` Valdis.Kletnieks
2004-04-07  1:44                 ` Richard Heycock
2004-04-07  7:38                 ` mjt
2004-04-07 18:07         ` Hubert Chan
2004-04-05 20:16     ` Miguel
2004-04-05  6:56   ` Cami
  -- strict thread matches above, loose matches on Subject: below --
2004-03-27 14:37 Piotr Neuman
2004-03-28 16:40 ` Hans Reiser
2004-03-28 18:57   ` Filipe Almeida
2004-03-28 19:13     ` Hubert Chan
2004-03-29  3:22     ` Narcoleptic Electron
2004-03-29 16:18       ` Hans Reiser
2004-03-29 18:59         ` Narcoleptic Electron
2004-03-29 20:24           ` Grant Miner
2004-03-29 20:53             ` Narcoleptic Electron
2004-03-30  4:22               ` Scott Young
2004-03-30 12:35                 ` mjt
2004-03-30 13:13                   ` Christian Mayrhuber
2004-03-30 13:38                     ` mjt
2004-03-31  2:50                     ` Hubert Chan
2004-03-31  3:07                       ` The Amazing Dragon
2004-03-31  5:06                         ` Hubert Chan
2004-03-31  6:20                           ` The Amazing Dragon
2004-03-31  6:54                             ` Jonathan Briggs
2004-03-31  8:43                             ` mjt
2004-03-31  9:07                               ` Christian Mayrhuber
2004-03-31 15:58                               ` Narcoleptic Electron
2004-03-31 16:16                                 ` Christian Mayrhuber
2004-03-31 16:35                                   ` Narcoleptic Electron
2004-03-31 18:30                                     ` Hubert Chan
2004-03-31 18:37                                     ` Christian Mayrhuber
2004-03-31 19:23                                       ` Narcoleptic Electron
2004-03-31 22:37                               ` Valdis.Kletnieks
2004-03-31 18:46                             ` Hubert Chan
2004-03-31  8:27                       ` Christian Mayrhuber
2004-03-31  8:52                         ` mjt
2004-04-02  1:17                       ` Tom Vier
2004-03-30 16:24                   ` Narcoleptic Electron
2004-03-30 17:04                     ` Nikita Danilov
2004-04-02  3:41                       ` Tom Vier
2004-03-30 18:03                   ` Hans Reiser
2004-03-31  3:00                     ` Hubert Chan
2004-03-31  2:47                   ` Hubert Chan
2004-04-10  5:41                 ` Stewart Smith
2004-03-30  1:32             ` Valdis.Kletnieks
2004-05-15  3:01             ` Hans Reiser
2004-05-14 19:41               ` Clifford Beshers
2004-05-15 11:10                 ` mjt
2004-05-17  6:59                   ` Valdis.Kletnieks
2004-05-15 17:13                 ` Hans Reiser
2004-03-30 17:18       ` Narcoleptic Electron
2004-03-29  9:17   ` Claudio Martins

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.