commit | 9cfdc7aa9f1b59627029ad00a58c3f59eb2cc383 | [log] [tgz] |
---|---|---|
author | Boaz Harrosh <bharrosh@panasas.com> | Tue Aug 04 20:40:29 2009 +0300 |
committer | Boaz Harrosh <bharrosh@panasas.com> | Thu Dec 10 09:59:19 2009 +0200 |
tree | 62b60dccb98ff71a332fbccd5f69e6a6416818c9 | |
parent | fe33cc1ee170c0e3b47ab9cbac07083b3446961c [diff] |
exofs: refactor exofs_i_info initialization into common helper There are two places that initialize inodes: exofs_iget() and exofs_new_inode() As more members of exofs_i_info that need initialization are added this code will grow. (soon) Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>