Changeset 6b8e5b74 in mainline for uspace/app/bdsh


Ignore:
Timestamp:
2011-11-05T23:08:52Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6f9ef87a
Parents:
7e8403b
Message:

vfs_get_mtab(): service_id is more useful than flags and fs_handle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/mount/mount.c

    r7e8403b r6b8e5b74  
    8484                        printf("opts=%s ", mtab_ent->opts);
    8585
    86                 printf("(instance=%d, flags=%d, fs_handle=%d)\n",
    87                     mtab_ent->instance, mtab_ent->flags, mtab_ent->fs_handle);
     86                printf("(instance=%d, service_id=%" PRIu64 ")\n",
     87                    mtab_ent->instance, mtab_ent->service_id);
    8888        }
    8989
Note: See TracChangeset for help on using the changeset viewer.