[Ocfs2-devel] Welcome to join in: an ocfs2 IRC channel is setup for quick communications

2016-04-01 Thread Eric Ren
Hello Mark and all, Last week, I proposed to have an IRC channel for OCFS2 in tools maillist [1]. I'm afraid most people probably didn't even notice it. So, I bring up here with a right subject. Really hope it helps: #ocfs2 on freenode, you can login through website[1], or Thunderbird[2].

Re: [Ocfs2-devel] [PATCH 1/2] quota: Handle Q_GETNEXTQUOTA when quota is disabled

2016-04-01 Thread Theodore Ts'o
On Tue, Mar 29, 2016 at 06:11:43PM +0200, Jan Kara wrote: > Currently we oopsed when Q_GETNEXTQUOTA got called when quota was > disabled. Properly check whether quota is enabled for the filesystem > before calling into quota format handler. > > diff --git a/fs/quota/dquot.c b/fs/quota/dquot.c >