Installation of reiserfs
Install reiserfs by running the following commands:
patch -Np1 -i ../reiserfsprogs-3.6.5-flush_buffers-bug.patch &&
./configure --prefix=/usr --sbindir=/sbin &&
make &&
make install &&
ln -sf reiserfsck /sbin/fsck.reiserfs &&
ln -sf mkreiserfs /sbin/mkfs.reiserfs