dir_seek / dir_rewind functions at present do not return status. Mechanism should be provided to return error status. ChanFS does not support directory seek/rewind functionality, and we cannot return -ENOSYS to indicate function not implemented. Second best option is to assert in filesystem. @geky @sg- Please suggest