1. 21 Sep, 2011 1 commit
    • Yoichi Yuasa's avatar
      MIPS: RC32434: Fix PCI build error · 20ef5d3a
      Yoichi Yuasa authored
      arch/mips/pci/pci-rc32434.c: In function 'rc32434_pci_init':
      arch/mips/pci/pci-rc32434.c:217:16: error: 'rcrc32434_res_pci_io1' undeclared (first use in this function)
      arch/mips/pci/pci-rc32434.c:217:16: note: each undeclared identifier is reported only once for each function it appears in
      make[1]: *** [arch/mips/pci/pci-rc32434.o] Error 1
      
      This problem is included in the following commit.
      
        commit 28f65c11
        Author: Joe Perches <joe@perches.com>
        Date:   Thu Jun 9 09:13:32 2011 -0700
      
            treewide: Convert uses of struct resource to resource_size(ptr)
      Signed-off-by: default avatarYoichi Yuasa <yuasa@linux-mips.org>
      Cc: linux-mips <linux-mips@linux-mips.org>
      Cc: Joe Perches <joe@perches.com>
      Patchwork: https://patchwork.linux-mips.org/patch/2654/Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
      20ef5d3a
  2. 17 Sep, 2011 4 commits
  3. 04 Sep, 2011 1 commit
  4. 02 Sep, 2011 3 commits
  5. 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
  6. 31 Aug, 2011 10 commits
  7. 30 Aug, 2011 7 commits
  8. 29 Aug, 2011 13 commits