From mboxrd@z Thu Jan 1 00:00:00 1970 From: ebiederm@xmission.com (Eric W. Biederman) Subject: v2.6.31-rc6 inotify not reporting deleted files Date: Wed, 26 Aug 2009 02:06:58 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: , , "Rafael J. Wysocki" To: Eric Paris Return-path: Received: from out01.mta.xmission.com ([166.70.13.231]:40882 "EHLO out01.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753266AbZHZJHB (ORCPT ); Wed, 26 Aug 2009 05:07:01 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: I don't have a small test case yet, but I have an application that uses inotify and watches a file and takes action when that file has been deleted. Running that application on 2.6.31-rc6 the application is no longer seeing the file being deleted. With luck a word to the wise is all that is required for you to reproduce this. Otherwise I will spend some time tomorrow making a small reproducer. Eric