This is a relatively minor bug fix for the folks inter-operating with
Plan 9 systems and applications. I know this is coming pretty late in
the game, if its easier for you, go ahead and hold off on this one
until the merge window.
The following changes since commit 2e4bef41a0f7df31be140ef354b9c12f2299016a:
Eric Van Hensbergen (1):
9p: fix O_APPEND in legacy mode
are available in the git repository at:
ssh://master.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git for-linus
v9fs_vfs.h | 2 +-
vfs_file.c | 4 +++-
vfs_inode.c | 18 ++++++++++--------
3 files changed, 14 insertions(+), 10 deletions(-)
--