From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lin Ming Subject: Re: [PATCH 0/5][v5][cr] Checkpoint/restart file locks Date: Fri, 29 Oct 2010 22:31:21 +0800 Message-ID: References: <1288333001-28838-1-git-send-email-sukadev@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Oren Laadan , Serge Hallyn , Matt Helsley , Dan Smith , Matthew Wilcox , Jamie Lokier , Steven Whitehouse , linux-fsdevel@vger.kernel.org, Containers To: Sukadev Bhattiprolu Return-path: Received: from mail-ew0-f46.google.com ([209.85.215.46]:34254 "EHLO mail-ew0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933911Ab0J2ObX convert rfc822-to-8bit (ORCPT ); Fri, 29 Oct 2010 10:31:23 -0400 Received: by ewy7 with SMTP id 7so2253017ewy.19 for ; Fri, 29 Oct 2010 07:31:22 -0700 (PDT) In-Reply-To: <1288333001-28838-1-git-send-email-sukadev@linux.vnet.ibm.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Oct 29, 2010 at 2:16 PM, Sukadev Bhattiprolu wrote: > Checkpoint/restart file locks. > > Changelog[v5]: > =A0 =A0 =A0 =A0- This patchset only checkpoints/restores file locks. = C/R of > =A0 =A0 =A0 =A0 =A0file-owner and file-leases will be addressed in fo= llown patches. > =A0 =A0 =A0 =A0 =A0C/R of file-owner information must deal with neste= d-containers > =A0 =A0 =A0 =A0 =A0and, will need a way to C/R struct pids. C/R of fi= le-leases depends > =A0 =A0 =A0 =A0 =A0on C/R of file-owner information. > > > Sukadev Bhattiprolu (5): > =A0Move file_lock macros into linux/fs.h > =A0Define flock_set() > =A0Define flock64_set() > =A0Checkpoint/restore file-locks > =A0Document design of C/R of file-locks and leases > > =A0Documentation/checkpoint/file-locks | =A0 52 ++++++ > =A0fs/checkpoint.c =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 | =A0318 += ++++++++++++++++++++++++++++++++-- > =A0fs/locks.c =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0= 89 ++++++---- > =A0include/linux/checkpoint_hdr.h =A0 =A0 =A0| =A0 17 ++ > =A0include/linux/fs.h =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0 10 + > =A05 files changed, 433 insertions(+), 53 deletions(-) > =A0create mode 100644 Documentation/checkpoint/file-locks Hi, Which tree are these patches against? I can't apply them neither to Linus tree(18cb657c) nor vfs-2.6.git/for-linus branch(a4cdbd8b). Lin Ming -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel= " in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html