reiserfs-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ISATTY_BITS set on every file using ccreg40
@ 2007-12-16 23:25 Ingo Bormuth
  2007-12-17  1:51 ` Edward Shishkin
  0 siblings, 1 reply; 3+ messages in thread
From: Ingo Bormuth @ 2007-12-16 23:25 UTC (permalink / raw)
  To: reiserfs-devel


Hi Edward,

I just played around with reiser4's cryptcompress plugin
an realized an odd behaviour.

It seems, every file on any partition made with '-o ccreg40'
has its SATTY_BITS set:

$mkfs.reiser4 /dev/hdaXX
$mount /dev/hdaXX /mnt/test
$touch /mnt/test/x; exec 3<>/mnt/test/x; test -t 3 && echo T || echo F; exec 3>&-
F
$umount /mnt/test
$mkfs.reiser4 -o create=ccreg40 /dev/hdaXX
$mount /dev/hdaXX /mnt/test
$touch /mnt/test/x; exec 3<>/mnt/test/x; test -t 3 && echo T || echo F; exec 3>&-
T

$mkfs.reiser4 -V
mkfs.reiser4 1.0.6
Copyright (C) 2001-2005 by Hans Reiser, licensing governed by reiser4progs/COPYING.

$cat /proc/version
Linux version 2.6.23.9-reiser4-r2 (gcc version 4.1.2) #1 PREEMPT Fri Dec 14 19:34:05 CET 2007


Great performance andspace efficiency, no further problems, great job, btw.




-- 
Ingo Bormuth, voicebox & fax: +49-(0)-12125-10226517
public key 86326EC9, http://ibormuth.efil.de/contact


^ permalink raw reply	[flat|nested] 3+ messages in thread
* Re: ISATTY_BITS set on every file using ccreg40
@ 2007-12-17 17:42 Ingo Bormuth
  0 siblings, 0 replies; 3+ messages in thread
From: Ingo Bormuth @ 2007-12-17 17:42 UTC (permalink / raw)
  To: reiserfs-devel


Patch is fine here. Gentoo's portage works like charm.

Thank you !


-- 
Ingo Bormuth, voicebox & fax: +49-(0)-12125-10226517
public key 86326EC9, http://ibormuth.efil.de/contact


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

end of thread, other threads:[~2007-12-17 17:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-16 23:25 ISATTY_BITS set on every file using ccreg40 Ingo Bormuth
2007-12-17  1:51 ` Edward Shishkin
  -- strict thread matches above, loose matches on Subject: below --
2007-12-17 17:42 Ingo Bormuth

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).