From: Paul Serice <paul@serice.net>
To: Sergey Vlasov <vsu@altlinux.ru>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Andrew Morton <akpm@osdl.org>
Subject: Re: [PATCH] iso9660 Inodes Anywhere and NFS
Date: Wed, 02 Jun 2004 08:46:06 -0500 [thread overview]
Message-ID: <40BDDA1E.6080903@serice.net> (raw)
In-Reply-To: <20040602154411.0032d0f5.vsu@altlinux.ru>
[-- Attachment #1: Type: text/plain, Size: 89 bytes --]
Sergey, thanks for looking over the original patch. The incremental
patch is attached.
[-- Attachment #2: linux-2.6.7-rc2-isofs.3.inc1.patch --]
[-- Type: text/plain, Size: 1225 bytes --]
diff -uprN -X dontdiff linux-2.6.7-rc2-isofs.3.orig/fs/isofs/export.c linux-2.6.7-rc2-isofs.3/fs/isofs/export.c
--- linux-2.6.7-rc2-isofs.3.orig/fs/isofs/export.c 2004-06-01 15:42:51.000000000 -0500
+++ linux-2.6.7-rc2-isofs.3/fs/isofs/export.c 2004-06-02 06:01:00.000000000 -0500
@@ -220,9 +220,6 @@ isofs_export_decode_fh(struct super_bloc
}
-/* The .get_parent method should be added, but .get_parent has never
- * been implemented in the isofs code. So, its absence will not be
- * sorely missed. */
struct export_operations isofs_export_ops = {
.decode_fh = isofs_export_decode_fh,
.encode_fh = isofs_export_encode_fh,
diff -uprN -X dontdiff linux-2.6.7-rc2-isofs.3.orig/fs/isofs/inode.c linux-2.6.7-rc2-isofs.3/fs/isofs/inode.c
--- linux-2.6.7-rc2-isofs.3.orig/fs/isofs/inode.c 2004-06-02 05:39:27.000000000 -0500
+++ linux-2.6.7-rc2-isofs.3/fs/isofs/inode.c 2004-06-02 05:58:45.000000000 -0500
@@ -726,8 +726,6 @@ root_found:
/* Set this for reference. Its not currently used except on write
which we don't have .. */
- /* RDE: data zone now byte offset! */
-
first_data_zone = isonum_733 (rootp->extent) +
isonum_711 (rootp->ext_attr_length);
sbi->s_firstdatazone = first_data_zone;
next prev parent reply other threads:[~2004-06-02 13:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-02 1:07 [PATCH] iso9660 Inodes Anywhere and NFS Paul Serice
2004-06-02 11:44 ` Sergey Vlasov
2004-06-02 13:46 ` Paul Serice [this message]
2004-06-09 5:24 ` Eric Lammerts
2004-06-09 10:03 ` Paul Serice
2004-06-09 13:11 ` Eric Lammerts
2004-06-10 3:23 ` Paul Serice
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=40BDDA1E.6080903@serice.net \
--to=paul@serice.net \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=vsu@altlinux.ru \
/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 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.