~ubuntu-branches/debian/wheezy/zfsutils/wheezy

« back to all changes in this revision

Viewing changes to .pc/08_libbsd.diff/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_import.c

  • Committer: Package Import Robot
  • Author(s): Robert Millan, Robert Millan
  • Date: 2012-02-04 17:16:40 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120204171640-zkmubmewnswspzku
Tags: 9.0-1
* New upstream release.

[ Robert Millan ]
* zfsutils.cron.daily: Fix to avoid listing children file systems'
  snapshots as candidates for removal.
* zfsutils.cron.daily: Remove verbose output.
* Remove X-Start-Before & X-Stop-After (no longer needed since ZVOL
  subsystem is not started by userland anymore).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1084
1084
 
1085
1085
/*
1086
1086
 * Given a file descriptor, clear (zero) the label information.  This function
1087
 
 * is currently only used in the appliance stack as part of the ZFS sysevent
1088
 
 * module.
 
1087
 * is used in the appliance stack as part of the ZFS sysevent module and
 
1088
 * to implement the "zpool labelclear" command.
1089
1089
 */
1090
1090
int
1091
1091
zpool_clear_label(int fd)