]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 May 2011 04:11:38 +0000 (21:11 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 May 2011 04:11:38 +0000 (21:11 -0700)
commit2a511cd9e83aac9882826250fc4129222a399856
treeb40a5cb36c156e8c0aa28bbd8cf92e87e5a4ef95
parent1bb9879776a1c6d4924ba31e3ef0ed884e496dea
parente29649dfc8bacc81fe3c10d59531797fb96db247
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6

* git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6:
  fat: Fix statfs->f_namelen
  fat: Replace all printk with fat_msg()
  fat: Add fat_msg() function for preformated FAT messages
  fat: Convert fat_fs_error to use %pV
  fat: Fix possible null deref in fat_cache_add()
  fat: use new setup() for ->dir_ops too