Skip to content

Commit

Permalink
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel…
Browse files Browse the repository at this point in the history
…/git/ericvh/v9fs

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs:
  9p: fix a race condition bug in umount which caused a segfault
  9p: re-enable mount time debug option
  9p: cache meta-data when cache=loose
  net/9p: set error to EREMOTEIO if trans->write returns zero
  net/9p: change net/9p module name to 9pnet
  9p: Reorganization of 9p file system code
  • Loading branch information
Linus Torvalds committed Jul 15, 2007
2 parents 2d896c7 + 0af8887 commit d2a9a8d
Show file tree
Hide file tree
Showing 36 changed files with 3,444 additions and 3,130 deletions.
375 changes: 0 additions & 375 deletions fs/9p/9p.h

This file was deleted.

6 changes: 0 additions & 6 deletions fs/9p/Makefile
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
obj-$(CONFIG_9P_FS) := 9p.o

9p-objs := \
trans_fd.o \
mux.o \
fcall.o \
conv.o \
vfs_super.o \
vfs_inode.o \
vfs_addr.o \
vfs_file.o \
vfs_dir.o \
vfs_dentry.o \
error.o \
v9fs.o \
fid.o \
fcprint.o

Loading

0 comments on commit d2a9a8d

Please sign in to comment.