Re: [PATCH 5/8] Return the fsid from make_btrfs()

2014-12-25 Thread Goffredo Baroncelli
On 12/25/2014 03:44 AM, Satoru Takeuchi wrote: On 2014/12/18 5:14, Goffredo Baroncelli wrote: The function make_btrfs() has as argument the fsid of the filesystem. If this fsid is empty or null make_btrfs() generates a new fsid. However If the buffer is valid (but the string is empty) the

[PATCH] btrfs: suppress a build warning on building 32bit kernel

2014-12-25 Thread Satoru Takeuchi
From: Satoru Takeuchi takeuchi_sat...@jp.fujitsu.com Suppress the following warning displayed on building 32bit (i686) kernel. === ... CC [M] fs/btrfs/extent_io.o fs/btrfs/extent_io.c: In function

Re: [PATCH v2 2/2] Btrfs: qgroup: Introduce a may_use to account space_info-bytes_may_use.

2014-12-25 Thread Satoru Takeuchi
Hi Yang, On 2014/12/26 10:32, Dongsheng Yang wrote: Hi Satoru, I saw your mail of [BUG] Quota Ignored On write problem still exist with 3.16-rc5 http://news.gmane.org/find-root.php?message_id=53C8DEB0.1060404%40jp.fujitsu.com in gmane. I guess this patch will fix the problem you mentioned.

Re: [PATCH v2 2/2] Btrfs: qgroup: Introduce a may_use to account space_info-bytes_may_use.

2014-12-25 Thread Dongsheng Yang
On 12/26/2014 01:43 PM, Satoru Takeuchi wrote: Hi Yang, On 2014/12/26 10:32, Dongsheng Yang wrote: Hi Satoru, I saw your mail of [BUG] Quota Ignored On write problem still exist with 3.16-rc5 http://news.gmane.org/find-root.php?message_id=53C8DEB0.1060404%40jp.fujitsu.com in gmane. I

Re: [PATCH v2 2/2] Btrfs: qgroup: Introduce a may_use to account space_info-bytes_may_use.

2014-12-25 Thread Dongsheng Yang
On 12/26/2014 02:49 PM, Dongsheng Yang wrote: On 12/26/2014 01:43 PM, Satoru Takeuchi wrote: Hi Yang, On 2014/12/26 10:32, Dongsheng Yang wrote: Hi Satoru, I saw your mail of [BUG] Quota Ignored On write problem still exist with 3.16-rc5