From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yan Zheng Subject: [BUG?]Set XIP mount option on ext2 bypass check. Date: Thu, 21 Jun 2007 06:09:16 +0800 Message-ID: <4679A58C.2080008@21cn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit To: linux-fsdevel@vger.kernel.org Return-path: Received: from wa-out-1112.google.com ([209.85.146.178]:50385 "EHLO wa-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752459AbXFTWJV (ORCPT ); Wed, 20 Jun 2007 18:09:21 -0400 Received: by wa-out-1112.google.com with SMTP id v27so83179wah for ; Wed, 20 Jun 2007 15:09:20 -0700 (PDT) Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org hi, all. xip mount option can be set on ext2 fs by using remount, even though the fs is used with a block device that does not support the direct_access block device operation or fs block size is not equal to PAGE_SIZE. Is this the expected behaviour ? Thanks in advance ----- Best Regards YZ