From: Ingo Bormuth <ibormuth@efil.de>
To: reiserfs-devel@vger.kernel.org
Subject: ISATTY_BITS set on every file using ccreg40
Date: Mon, 17 Dec 2007 00:25:00 +0100 [thread overview]
Message-ID: <20071216232500.GA2314@efil.de> (raw)
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
next reply other threads:[~2007-12-16 23:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-16 23:25 Ingo Bormuth [this message]
2007-12-17 1:51 ` ISATTY_BITS set on every file using ccreg40 Edward Shishkin
-- strict thread matches above, loose matches on Subject: below --
2007-12-17 17:42 Ingo Bormuth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071216232500.GA2314@efil.de \
--to=ibormuth@efil.de \
--cc=reiserfs-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).