Jeff Liu
2012-Dec-20 08:43 UTC
[RFC PATCH v7 0/2] Btrfs: get/set label of a mounted file system
Hello, Per David''s comments upon v6, I missed a check up against the return value of btrfs_end_transaction for btrfs_ioctl_fs_setlabel(), it was fixed in this version. v7->v6: - take care of btrfs_end_transaction() in btrfs_ioctl_fs_setlabel() rather than keeping silence. The old versions can be found at: v6: http://www.spinics.net/lists/linux-btrfs/msg20922.html v5: http://www.spinics.net/lists/linux-btrfs/msg20888.html v4: http://permalink.gmane.org/gmane.comp.file-systems.btrfs/21618 v3: https://patchwork.kernel.org/patch/1124642/ v2: http://permalink.gmane.org/gmane.comp.file-systems.btrfs/12877 v1: http://permalink.gmane.org/gmane.comp.file-systems.btrfs/12872 Thanks, -Jeff -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Maybe Matching Threads
- [PATCH] btrfs: commit transaction after deleting a subvolume
- [PATCH] Btrfs: release metadata from global reserve if we have to fallback for unlink
- [PATCH] btrfs: handle errors for FS_IOC_SETFLAGS
- [PATCH 3/3] Btrfs: fix unclosed transaction handle in btrfs_cont_expand()
- [PATCH] Btrfs: incompatible format change to remove hole extents V4