[PATCH] befs : Add small_data support through xattr handlers (v2)

2013-12-03 Thread Fabian Frederick
Beos Filesystem stores small attributes in first inode block automagically read during lookup. Current driver implementation does nothing about it. Those attributes feature both window manager and user metadata. -This patch wakes up the small_data dump functionality when mounting in debug mode

[PATCH] befs : Add small_data support through xattr handlers

2013-12-02 Thread Fabian Frederick
Beos Filesystem stores small attributes in first inode block automagically read during lookup. Current driver implementation does nothing about it. Those attributes feature both window manager and user metadata. -This patch wakes up the small_data dump functionality when mounting in debug mod