~ubuntu-branches/debian/jessie/btrfs-tools/jessie

« back to all changes in this revision

Viewing changes to cmds-device.c

  • Committer: Package Import Robot
  • Author(s): Dimitri John Ledkov
  • Date: 2014-10-11 16:54:05 UTC
  • mfrom: (1.2.14) (6.1.39 sid)
  • Revision ID: package-import@ubuntu.com-20141011165405-zvdemnhzw41f2doj
Tags: 3.16.2-1
* New upstream release.
* Drop patches (not needed, or upstremed), but unaligned memory access.
* Update upstream location in uscan, to pull release by kdave.
* Use upstream fsck.btrfs script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
295
295
 
296
296
static const char * const cmd_ready_dev_usage[] = {
297
297
        "btrfs device ready <device>",
298
 
        "Check device to see if it has all of it's devices in cache for mounting",
 
298
        "Check device to see if it has all of its devices in cache for mounting",
299
299
        NULL
300
300
};
301
301