Christoph Hellwig
440037287c
[PATCH] switch all filesystems over to d_obtain_alias
...
Switch all users of d_alloc_anon to d_obtain_alias.
Signed-off-by: Christoph Hellwig <hch@lst.de >
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
2008-10-23 05:13:01 -04:00
David Howells
c4386c83bf
iget: stop ISOFS from using read_inode()
...
Stop the ISOFS filesystem from using read_inode(). Make isofs_read_inode()
return an error code, and make isofs_iget() pass it on.
Signed-off-by: David Howells <dhowells@redhat.com >
Cc: Jan Kara <jack@ucw.cz >
Acked-by: Christoph Hellwig <hch@lst.de >
Cc: "Dave Young" <hidave.darkstar@gmail.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2008-02-07 08:42:28 -08:00
Christoph Hellwig
3965516440
exportfs: make struct export_operations const
...
Now that nfsd has stopped writing to the find_exported_dentry member we an
mark the export_operations const
Signed-off-by: Christoph Hellwig <hch@lst.de >
Cc: Neil Brown <neilb@suse.de >
Cc: "J. Bruce Fields" <bfields@fieldses.org >
Cc: <linux-ext4@vger.kernel.org >
Cc: Dave Kleikamp <shaggy@austin.ibm.com >
Cc: Anton Altaparmakov <aia21@cantab.net >
Cc: David Chinner <dgc@sgi.com >
Cc: Timothy Shimmin <tes@sgi.com >
Cc: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp >
Cc: Hugh Dickins <hugh@veritas.com >
Cc: Chris Mason <mason@suse.com >
Cc: Jeff Mahoney <jeffm@suse.com >
Cc: "Vladimir V. Saveliev" <vs@namesys.com >
Cc: Steven Whitehouse <swhiteho@redhat.com >
Cc: Mark Fasheh <mark.fasheh@oracle.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-10-22 08:13:21 -07:00
Christoph Hellwig
905251a02e
isofs: new export ops
...
Nice little cleanup by consolidating things a little and using a structure for
the special file handle format.
Signed-off-by: Christoph Hellwig <hch@lst.de >
Cc: Neil Brown <neilb@suse.de >
Cc: "J. Bruce Fields" <bfields@fieldses.org >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-10-22 08:13:20 -07:00
Al Viro
94f2f71577
[PATCH] isofs includes sanitized
...
fs/isofs includes trimmed down to something resembling sanity.
Kernel-only parts of linux/iso_fs.h and entire linux/iso_fs_{sb,i}.h
moved to fs/isofs/isofs.h.
A lot of useless #include in fs/isofs/*.c killed.
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2005-04-25 18:32:12 -07:00
Linus Torvalds
1da177e4c3
Linux-2.6.12-rc2
...
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
2005-04-16 15:20:36 -07:00