Re: [patch 2/2] reiser4: new export ops

2007-11-28 Thread Edward Shishkin
Christoph Hellwig wrote: This code looks a little confusing to me.. */ static char *decode_inode(struct super_block *s, char *addr, reiser4_object_on_wire * obj) @@ -41,7 +42,8 @@ fplug = file_plugin_by_disk_id(reiser4_get_tree(s), (d16 *) addr); i

Re: [patch 2/2] reiser4: new export ops

2007-11-28 Thread Christoph Hellwig
This code looks a little confusing to me.. > */ > static char *decode_inode(struct super_block *s, char *addr, > reiser4_object_on_wire * obj) > @@ -41,7 +42,8 @@ > fplug = file_plugin_by_disk_id(reiser4_get_tree(s), (d16 *) addr); > if (fplug != NULL) { >

[patch 2/2] reiser4: new export ops

2007-11-27 Thread Edward Shishkin
[EMAIL PROTECTED] wrote: The patch titled git-nfsd-broke-reiser4 has been removed from the -mm tree. Its filename was git-nfsd-broke-reiser4.patch This patch was dropped because it was folded into reiser4.patch -- Subject: git-nfsd-b