~vojtech-horky/helenos/usb

« back to all changes in this revision

Viewing changes to uspace/srv/fs/mfs/mfs.h

  • Committer: Vojtech Horky
  • Date: 2011-09-24 21:50:59 UTC
  • mfrom: (1038.1.206 HelenOS)
  • Revision ID: vojtechhorky@users.sourceforge.net-20110924215059-9hm5dpt3jihe09nh
MergeĀ mainlineĀ changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
};
131
131
 
132
132
struct mfs_instance {
133
 
        link_t link;
134
133
        service_id_t service_id;
135
134
        struct mfs_sb_info *sbi;
136
135
        unsigned open_nodes_cnt;