~james-page/ubuntu/vivid/ceph/0.93

« back to all changes in this revision

Viewing changes to debian/patches/rbdmap3-lazyumount.patch

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-07-30 10:15:40 UTC
  • mfrom: (0.1.29 sid)
  • Revision ID: package-import@ubuntu.com-20140730101540-b7gsn9jqkye4a5ty
Tags: 0.80.5-1
* New upstream stable release:
  - d/p/firefly-post-release.patch: Dropped, no longer required.
  - d/lib{rados2,cephfs1}.symbols: Update with new symbols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 src/init-rbdmap | 13 ++++++++++++-
28
28
 1 file changed, 12 insertions(+), 1 deletion(-)
29
29
 
30
 
diff --git a/src/init-rbdmap b/src/init-rbdmap
31
 
index a4e9863..70f0be8 100755
32
30
--- a/src/init-rbdmap
33
31
+++ b/src/init-rbdmap
34
32
@@ -104,7 +104,18 @@ do_unmap() {
51
49
                        fi
52
50
                        if mountpoint -q "${MNT}"; then
53
51
                            ## Un-mounting failed.
54
 
2.0.0
55