1. 22 Sep, 2011 1 commit
    • Nicolas Pitre's avatar
      ARM: mach-nuc93x: delete · 4702abd3
      Nicolas Pitre authored
      This architecture received only generic maintenance since December 2009
      when it was originally submitted, and no actual additional support since
      then.  It has no defconfig entry either, meaning that it was never built
      by the ARM KAutobuild.  Incidentally it currently doesn't build either
      when CONFIG_MACH_NUC932EVB is selected which is the only possible config
      choice.
      
      This is therefore dead code and should be removed.  If someone wants to
      revive this code, it could be retrieved from the Git repository, and
      ideally be merged in mach-w90x900/ instead.
      Signed-off-by: default avatarNicolas Pitre <nicolas.pitre@linaro.org>
      Cc: Wan ZongShun <mcuos.com@gmail.com>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      4702abd3
  2. 04 Sep, 2011 1 commit
  3. 02 Sep, 2011 3 commits
  4. 01 Sep, 2011 1 commit
    • Christoph Hellwig's avatar
      xfs: fix ->write_inode return values · 58d84c4e
      Christoph Hellwig authored
      Currently we always redirty an inode that was attempted to be written out
      synchronously but has been cleaned by an AIL pushed internall, which is
      rather bogus.  Fix that by doing the i_update_core check early on and
      return 0 for it.  Also include async calls for it, as doing any work for
      those is just as pointless.  While we're at it also fix the sign for the
      EIO return in case of a filesystem shutdown, and fix the completely
      non-sensical locking around xfs_log_inode.
      Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
      Reviewed-by: default avatarDave Chinner <dchinner@redhat.com>
      Signed-off-by: default avatarAlex Elder <aelder@sgi.com>
      (cherry picked from commit 297db93bb74cf687510313eb235a7aec14d67e97)
      Signed-off-by: default avatarAlex Elder <aelder@sgi.com>
      58d84c4e
  5. 31 Aug, 2011 10 commits
  6. 30 Aug, 2011 7 commits
  7. 29 Aug, 2011 17 commits