From: Gianluca Alberici <gianluca@abinetworks.biz>
To: linux-kernel@vger.kernel.org
Subject: NFS EINVAL on open(... | O_TRUNC) on 2.6.23.9
Date: Sat, 22 Dec 2007 11:52:14 +0100 [thread overview]
Message-ID: <476CEC5E.9070002@abinetworks.biz> (raw)
Hi,
Sorry for repeating but as far as i can see 2.6.23.11/12 got no changes
into NFS.
I've run into this problem 2.6.23.9. The open syscall will return
"Invalid argument" when O_TRUNC is set on existing files.
The same file can be opened for append or removed.
The evidence is for example:
mars:~# mount localhost:/opt/nfs/ /mnt/tmp
mars:~# echo "Hello" > /mnt/tmp/test-file
mars:~# echo "Hello" > /mnt/tmp/test-file
bash: /mnt/tmp/test-file: Invalid argument
mars:~# echo "Hello" > /mnt/tmp/test-file
bash: /mnt/tmp/test-file: Invalid argument
mars:~# echo "Hello" > /mnt/tmp/test-file
bash: /mnt/tmp/test-file: Invalid argument
mars:~# rm /mnt/tmp/test-file
mars:~# echo "Hello" > /mnt/tmp/test-file
mars:~# echo "Hello" > /mnt/tmp/test-file
bash: /mnt/tmp/test-file: Invalid argument
This is not present in 2.6.21.7.
How can this be fixed ?
TIA
Gianluca
--
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/
next reply other threads:[~2007-12-22 10:53 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-22 10:52 Gianluca Alberici [this message]
2007-12-23 7:17 ` NFS EINVAL on open(... | O_TRUNC) on 2.6.23.9 Scott
2007-12-23 11:35 ` Gianluca Alberici
2007-12-25 22:04 ` Andrew Morton
2007-12-26 11:14 ` Gianluca Alberici
2007-12-26 14:24 ` Chuck Lever
2008-01-19 11:29 ` Gianluca Alberici
2008-01-19 12:35 ` Gianluca Alberici
[not found] ` <5FD6714F-EF9A-4F07-B2B6-D6F6CC911936@oracle.com>
[not found] ` <479C744A.6020207@abinetworks.biz>
[not found] ` <12964A18-350B-443F-B15A-D78B3723C89A@oracle.com>
[not found] ` <479F2463.2040704@abinetworks.biz>
[not found] ` <4AAA3DAF-898C-4ED5-BD07-4FD2B5CEEF16@oracle.com>
[not found] ` <Pine.LNX.4.64.0801291851110.4820@maggie.lkpg.cendio.se>
[not found] ` <7EE4B02B-3359-41C0-BFED-0947DF9F5F5A@oracle.com>
[not found] ` <479F8377.6090704@abinetworks.biz>
[not found] ` <1201638661.7969.7.camel@heimdal.trondhjem.org>
[not found] ` <F7BFE847-A3C3-44E5-A238-5C69ED3EE1C4@oracle.com>
[not found] ` <47A0704D.7080808@abinetworks.biz>
[not found] ` <AB6DF303-5C5B-453C-9992-DAF826FF02CE@oracle.com>
2008-02-06 18:25 ` Gianluca Alberici
2008-02-06 19:47 ` Chuck Lever
2008-02-06 21:55 ` Gianluca Alberici
2008-02-06 22:16 ` Andrew Morton
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=476CEC5E.9070002@abinetworks.biz \
--to=gianluca@abinetworks.biz \
--cc=linux-kernel@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