From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve French Subject: fcntl method for file_operations Date: 25 Mar 2004 12:04:54 -0600 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <1080237894.2380.5.camel@stevef95.austin.ibm.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org Return-path: Received: from e4.ny.us.ibm.com ([32.97.182.104]:15562 "EHLO e4.ny.us.ibm.com") by vger.kernel.org with ESMTP id S263500AbUCYSFR (ORCPT ); Thu, 25 Mar 2004 13:05:17 -0500 To: linux-cifs-client@cifs.bkbits.net List-Id: linux-fsdevel.vger.kernel.org > the NFS developers have submitted a patch which adds an fcntl() method > to the file_operations structure. This patch should be helpful to the cifs vfs for a different reason (than the original NFS conflict between O_DIRECT/O_APPEND) , it will allow a way to get directory change notification F_NOTIFY (and file open notification, F_SETLEASE, perhaps) sent across the network (currenty many fcntl calls are meaningful for local filesystems only).