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 /sbin/fsck.reiserfs reiserfsck &&
ln -sf /sbin/mkfs.reiserfs mkreiserfs