[GIT PULL -mm] Unionfs updates/cleanups

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Josef 'Jeff' Sipek
Date: Monday, January 29, 2007 - 1:37 pm

The following patches (also available though the git tree) address a number
of code cleanliness issues with Unionfs.

You can pull from 'master' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/jsipek/unionfs.git

to receive the following:

Adrian Bunk (1):
      fs/unionfs/: possible cleanups

Josef 'Jeff' Sipek (3):
      fs/unionfs/: Remove stale_inode.c
      fs/unionfs/: Andrew Morton's comments
      fs/unionfs/: Don't duplicate the struct nameidata

 fs/unionfs/branchman.c   |    4 +-
 fs/unionfs/commonfops.c  |   54 +++++++++++-----------
 fs/unionfs/copyup.c      |   67 +++++++++++++++------------
 fs/unionfs/dentry.c      |   19 +++-----
 fs/unionfs/fanout.h      |   51 +++++++++++++++++----
 fs/unionfs/file.c        |   17 +++-----
 fs/unionfs/inode.c       |   69 +++++++++++++++-------------
 fs/unionfs/lookup.c      |  113 +++++++++++++++++++++++-----------------------
 fs/unionfs/main.c        |   32 +++++++-------
 fs/unionfs/rdstate.c     |    2 +-
 fs/unionfs/rename.c      |    8 ++--
 fs/unionfs/sioq.c        |   19 ++++----
 fs/unionfs/sioq.h        |    1 -
 fs/unionfs/stale_inode.c |  112 ---------------------------------------------
 fs/unionfs/subr.c        |   65 +++++++++++++++++++++++++-
 fs/unionfs/super.c       |    7 +--
 fs/unionfs/union.h       |   84 +++-------------------------------
 fs/unionfs/unlink.c      |    8 ++--
 fs/unionfs/xattr.c       |   16 +++---
 19 files changed, 330 insertions(+), 418 deletions(-)

Josef 'Jeff' Sipek.

jsipek@cs.sunysb.edu
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[GIT PULL -mm] Unionfs updates/cleanups, Josef 'Jeff' Sipek, (Mon Jan 29, 1:37 pm)
[PATCH 1/4] fs/unionfs/: Remove stale_inode.c, Josef 'Jeff' Sipek, (Mon Jan 29, 1:37 pm)
[PATCH 2/4] fs/unionfs/: possible cleanups, Josef 'Jeff' Sipek, (Mon Jan 29, 1:37 pm)
[PATCH 3/4] fs/unionfs/: Andrew Morton's comments, Josef 'Jeff' Sipek, (Mon Jan 29, 1:37 pm)
[PATCH 4/4] fs/unionfs/: Don't duplicate the struct nameidata, Josef 'Jeff' Sipek, (Mon Jan 29, 1:37 pm)
[PATCH 4/4] fs/unionfs/: Don't duplicate the struct nameidata, Josef 'Jeff' Sipek, (Mon Jan 29, 1:37 pm)
Re: [PATCH 4/4] fs/unionfs/: Don't duplicate the struct na ..., Christoph Hellwig, (Tue Jan 30, 2:42 am)