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)
commit343800e7d20944aead238c2c6e3f7789f8b6587c
treeb40a5cb36c156e8c0aa28bbd8cf92e87e5a4ef95
parentf4e0bcf06b9771af04273473592aeeb860ca2816
parentf68e542f3478147986a9c8958942ec649dc06201
Merge git://git./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